#AA9136

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

Shades of Reef Gold #AA9136

Tints of Reef Gold #AA9136

Color information

#AA9136 (or 0xAA9136) is unknown color: approx Reef Gold. HEX triplet: AA, 91 and 36. RGB value is (170,145,54). Sum of RGB (Red+Green+Blue) = 170+145+54=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9136 is #556EC9. Grayscale: #8E8E8E. Windows color (decimal): -5598922 or 3576234. OLE color: 3576234.

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

Color convert

RGB17014554-
CMYK00.150.680.33
HSL47.07º51.79%43.92%-
HSV(B)47.07º68.24%66.67%-
XYZ27.3729.067.66-
YUV142.178.28147.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 54 (21.48% from 255) = 14.63%
R=46.07%
G=39.30%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701455400.150.680.3347.0751.7943.92
HexAA91360F44212f342c
Octal2522216601710441576454
Binary1010101010010001110110011111000100100001101111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9136; }

 p { color: rgb(170,145,54); }

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

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

 a { background-color: rgb(170,145,54); }

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

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

 span { border-color: rgb(170,145,54); }

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