#aa8b36

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

Shades of Reef Gold #AA8B36

Tints of Reef Gold #AA8B36

Color information

#AA8B36 (or 0xAA8B36) is unknown color: approx Reef Gold. HEX triplet: AA, 8B and 36. RGB value is (170,139,54). Sum of RGB (Red+Green+Blue) = 170+139+54=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8B36 is #5574C9. Grayscale: #8A8A8A. Windows color (decimal): -5600458 or 3574698. OLE color: 3574698.

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

Color convert

RGB17013954-
CMYK00.180.680.33
HSL43.97º51.79%43.92%-
HSV(B)43.97º68.24%66.67%-
XYZ26.4827.287.36-
YUV138.5880.27150.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 139 (54.69% from 255) = 38.29%
BLUE value IS 54 (21.48% from 255) = 14.88%
R=46.83%
G=38.29%
B=14.88%

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
Decimal1701395400.180.680.3343.9751.7943.92
HexAA8B3601244212c342c
Octal2522136602210441546454
Binary10101010100010111101100100101000100100001101100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8b36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8b36; }

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

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

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

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

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

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

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

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