#AA9533

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

Shades of Reef Gold #AA9533

Tints of Reef Gold #AA9533

Color information

#AA9533 (or 0xAA9533) is unknown color: approx Reef Gold. HEX triplet: AA, 95 and 33. RGB value is (170,149,51). Sum of RGB (Red+Green+Blue) = 170+149+51=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9533 is #556ACC. Grayscale: #909090. Windows color (decimal): -5597901 or 3380650. OLE color: 3380650.

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

Color convert

RGB17014951-
CMYK00.120.70.33
HSL49.41º53.85%43.33%-
HSV(B)49.41º70%66.67%-
XYZ27.9230.287.5-
YUV144.1175.46146.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 149 (58.59% from 255) = 40.27%
BLUE value IS 51 (20.31% from 255) = 13.78%
R=45.95%
G=40.27%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701495100.120.70.3349.4153.8543.33
HexAA95330C462131362b
Octal2522256301410641616653
Binary1010101010010101110011011001000110100001110001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9533; }

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

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

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

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

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

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

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

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