#AA8E32

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

Shades of Reef Gold #AA8E32

Tints of Reef Gold #AA8E32

Color information

#AA8E32 (or 0xAA8E32) is unknown color: approx Reef Gold. HEX triplet: AA, 8E and 32. RGB value is (170,142,50). Sum of RGB (Red+Green+Blue) = 170+142+50=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E32 is #5571CD. Grayscale: #8C8C8C. Windows color (decimal): -5599694 or 3313322. OLE color: 3313322.

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

Color convert

RGB17014250-
CMYK00.160.710.33
HSL46º54.55%43.14%-
HSV(B)46º70.59%66.67%-
XYZ26.8328.127.03-
YUV139.8877.28149.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 142 (55.86% from 255) = 39.23%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=46.96%
G=39.23%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701425000.160.710.334654.5543.14
HexAA8E3201047212e372b
Octal2522166202010741566753
Binary10101010100011101100100100001000111100001101110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E32; }

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

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

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

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

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

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

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

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