#AA9532

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

Shades of Reef Gold #AA9532

Tints of Reef Gold #AA9532

Color information

#AA9532 (or 0xAA9532) is unknown color: approx Reef Gold. HEX triplet: AA, 95 and 32. RGB value is (170,149,50). Sum of RGB (Red+Green+Blue) = 170+149+50=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9532 is #556ACD. Grayscale: #909090. Windows color (decimal): -5597902 or 3315114. OLE color: 3315114.

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

Color convert

RGB17014950-
CMYK00.120.710.33
HSL49.5º54.55%43.14%-
HSV(B)49.5º70.59%66.67%-
XYZ27.930.277.39-
YUV143.9974.96146.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 50 (19.92% from 255) = 13.55%
R=46.07%
G=40.38%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701495000.120.710.3349.554.5543.14
HexAA95320C472132372b
Octal2522256201410741626753
Binary1010101010010101110010011001000111100001110010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9532; }

 p { color: rgb(170,149,50); }

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

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

 a { background-color: rgb(170,149,50); }

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

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

 span { border-color: rgb(170,149,50); }

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