#AA8E34

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

Shades of Reef Gold #AA8E34

Tints of Reef Gold #AA8E34

Color information

#AA8E34 (or 0xAA8E34) is unknown color: approx Reef Gold. HEX triplet: AA, 8E and 34. RGB value is (170,142,52). Sum of RGB (Red+Green+Blue) = 170+142+52=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E34 is #5571CB. Grayscale: #8C8C8C. Windows color (decimal): -5599692 or 3444394. OLE color: 3444394.

HSL color Cylindrical-coordinate representation of color #AA8E34: hue angle of 45.76º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA8E34 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB17014252-
CMYK00.160.690.33
HSL45.76º53.15%43.53%-
HSV(B)45.76º69.41%66.67%-
XYZ26.8728.147.26-
YUV140.1178.28149.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 52 (20.70% from 255) = 14.29%
R=46.70%
G=39.01%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701425200.160.690.3345.7653.1543.53
HexAA8E3401045212e352c
Octal2522166402010541566554
Binary10101010100011101101000100001000101100001101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E34; }

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

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

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

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

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

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

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

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