#AA9D33

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

Shades of Reef Gold #AA9D33

Tints of Reef Gold #AA9D33

Color information

#AA9D33 (or 0xAA9D33) is unknown color: approx Reef Gold. HEX triplet: AA, 9D and 33. RGB value is (170,157,51). Sum of RGB (Red+Green+Blue) = 170+157+51=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D33 is #5562CC. Grayscale: #959595. Windows color (decimal): -5595853 or 3382698. OLE color: 3382698.

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

Color convert

RGB17015751-
CMYK00.080.70.33
HSL53.45º53.85%43.33%-
HSV(B)53.45º70%66.67%-
XYZ29.2332.97.94-
YUV148.872.81143.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=44.97%
G=41.53%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701575100.080.70.3353.4553.8543.33
HexAA9D3308462135362b
Octal2522356301010641656653
Binary1010101010011101110011010001000110100001110101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D33; }

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

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

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

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

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

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

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

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