#AA9A33

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

Shades of Reef Gold #AA9A33

Tints of Reef Gold #AA9A33

Color information

#AA9A33 (or 0xAA9A33) is unknown color: approx Reef Gold. HEX triplet: AA, 9A and 33. RGB value is (170,154,51). Sum of RGB (Red+Green+Blue) = 170+154+51=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A33 is #5565CC. Grayscale: #939393. Windows color (decimal): -5596621 or 3381930. OLE color: 3381930.

HSL color Cylindrical-coordinate representation of color #AA9A33: hue angle of 51.93º 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 #AA9A33 is Cyan = 0, Magento = 0.09, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB17015451-
CMYK00.090.70.33
HSL51.93º53.85%43.33%-
HSV(B)51.93º70%66.67%-
XYZ28.7331.97.77-
YUV147.0473.8144.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=45.33%
G=41.07%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701545100.090.70.3351.9353.8543.33
HexAA9A3309462134362b
Octal2522326301110641646653
Binary1010101010011010110011010011000110100001110100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A33; }

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

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

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

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

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

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

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

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