#AA9730

Color #AA9730 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AA9730

Tints of Reef Gold #AA9730

Color information

#AA9730 (or 0xAA9730) is unknown color: approx Reef Gold. HEX triplet: AA, 97 and 30. RGB value is (170,151,48). Sum of RGB (Red+Green+Blue) = 170+151+48=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9730 is #5568CF. Grayscale: #919191. Windows color (decimal): -5597392 or 3184554. OLE color: 3184554.

HSL color Cylindrical-coordinate representation of color #AA9730: hue angle of 50.66º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA9730 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17015148-
CMYK00.110.720.33
HSL50.66º55.96%42.75%-
HSV(B)50.66º71.76%66.67%-
XYZ28.1830.897.27-
YUV144.9473.29145.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 48 (19.14% from 255) = 13.01%
R=46.07%
G=40.92%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701514800.110.720.3350.6655.9642.75
HexAA97300B482133382b
Octal2522276001311041637053
Binary1010101010010111110000010111001000100001110011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9730; }

 p { color: rgb(170,151,48); }

 H1.HeaderClassName
 {
   color: #AA9730;
 }
 .AnyTagClassName
 {
   color: #AA9730;
 }
</style>
background-color css

<style>
 a { background-color: #AA9730; }

 a { background-color: rgb(170,151,48); }

 div.DivClassName
 {
   background-color: #AA9730;
 }
 .BgClassName
 {
   background-color: #AA9730;
 }
</style>
border-color css

<style>
 span { border-color: #AA9730; }

 span { border-color: rgb(170,151,48); }

 td.TdClassName
 {
   border-color: #AA9730;
 }
 .TagClassName
 {
   border-color: #AA9730;
 }
</style>