#AA9D32

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

Shades of Reef Gold #AA9D32

Tints of Reef Gold #AA9D32

Color information

#AA9D32 (or 0xAA9D32) is unknown color: approx Reef Gold. HEX triplet: AA, 9D and 32. RGB value is (170,157,50). Sum of RGB (Red+Green+Blue) = 170+157+50=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D32 is #5562CD. Grayscale: #959595. Windows color (decimal): -5595854 or 3317162. OLE color: 3317162.

HSL color Cylindrical-coordinate representation of color #AA9D32: hue angle of 53.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 #AA9D32 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB17015750-
CMYK00.080.710.33
HSL53.5º54.55%43.14%-
HSV(B)53.5º70.59%66.67%-
XYZ29.2132.897.83-
YUV148.6972.31143.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 157 (61.72% from 255) = 41.64%
BLUE value IS 50 (19.92% from 255) = 13.26%
R=45.09%
G=41.64%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701575000.080.710.3353.554.5543.14
HexAA9D3208472136372b
Octal2522356201010741666753
Binary1010101010011101110010010001000111100001110110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D32; }

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

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

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

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

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

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

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

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