#AA9236

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

Shades of Reef Gold #AA9236

Tints of Reef Gold #AA9236

Color information

#AA9236 (or 0xAA9236) is unknown color: approx Reef Gold. HEX triplet: AA, 92 and 36. RGB value is (170,146,54). Sum of RGB (Red+Green+Blue) = 170+146+54=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9236 is #556DC9. Grayscale: #8F8F8F. Windows color (decimal): -5598666 or 3576490. OLE color: 3576490.

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

Color convert

RGB17014654-
CMYK00.140.680.33
HSL47.59º51.79%43.92%-
HSV(B)47.59º68.24%66.67%-
XYZ27.5229.377.71-
YUV142.6977.95147.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 54 (21.48% from 255) = 14.59%
R=45.95%
G=39.46%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701465400.140.680.3347.5951.7943.92
HexAA92360E442130342c
Octal2522226601610441606454
Binary1010101010010010110110011101000100100001110000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9236; }

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

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

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

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

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

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

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

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