#AA8C36

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

Shades of Reef Gold #AA8C36

Tints of Reef Gold #AA8C36

Color information

#AA8C36 (or 0xAA8C36) is unknown color: approx Reef Gold. HEX triplet: AA, 8C and 36. RGB value is (170,140,54). Sum of RGB (Red+Green+Blue) = 170+140+54=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C36 is #5573C9. Grayscale: #8B8B8B. Windows color (decimal): -5600202 or 3574954. OLE color: 3574954.

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

Color convert

RGB17014054-
CMYK00.180.680.33
HSL44.48º51.79%43.92%-
HSV(B)44.48º68.24%66.67%-
XYZ26.6227.577.41-
YUV139.1779.94149.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 140 (55.08% from 255) = 38.46%
BLUE value IS 54 (21.48% from 255) = 14.84%
R=46.70%
G=38.46%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701405400.180.680.3344.4851.7943.92
HexAA8C3601244212c342c
Octal2522146602210441546454
Binary10101010100011001101100100101000100100001101100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C36; }

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

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

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

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

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

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

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

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