#AA8E33

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

Shades of Reef Gold #AA8E33

Tints of Reef Gold #AA8E33

Color information

#AA8E33 (or 0xAA8E33) is unknown color: approx Reef Gold. HEX triplet: AA, 8E and 33. RGB value is (170,142,51). Sum of RGB (Red+Green+Blue) = 170+142+51=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E33 is #5571CC. Grayscale: #8C8C8C. Windows color (decimal): -5599693 or 3378858. OLE color: 3378858.

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

Color convert

RGB17014251-
CMYK00.160.70.33
HSL45.88º53.85%43.33%-
HSV(B)45.88º70%66.67%-
XYZ26.8528.137.15-
YUV14077.78149.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 51 (20.31% from 255) = 14.05%
R=46.83%
G=39.12%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701425100.160.70.3345.8853.8543.33
HexAA8E3301046212e362b
Octal2522166302010641566653
Binary10101010100011101100110100001000110100001101110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E33; }

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

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

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

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

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

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

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

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