#AA8E31

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

Shades of Reef Gold #AA8E31

Tints of Reef Gold #AA8E31

Color information

#AA8E31 (or 0xAA8E31) is unknown color: approx Reef Gold. HEX triplet: AA, 8E and 31. RGB value is (170,142,49). Sum of RGB (Red+Green+Blue) = 170+142+49=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E31 is #5571CE. Grayscale: #8C8C8C. Windows color (decimal): -5599695 or 3247786. OLE color: 3247786.

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

Color convert

RGB17014249-
CMYK00.160.710.33
HSL46.12º55.25%42.94%-
HSV(B)46.12º71.18%66.67%-
XYZ26.828.116.92-
YUV139.7776.78149.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=47.09%
G=39.34%
B=13.57%

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
Decimal1701424900.160.710.3346.1255.2542.94
HexAA8E3101047212e372b
Octal2522166102010741566753
Binary10101010100011101100010100001000111100001101110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E31; }

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

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

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

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

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

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

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

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