#AA872B

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

Shades of Reef Gold #AA872B

Tints of Reef Gold #AA872B

Color information

#AA872B (or 0xAA872B) is unknown color: approx Reef Gold. HEX triplet: AA, 87 and 2B. RGB value is (170,135,43). Sum of RGB (Red+Green+Blue) = 170+135+43=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA872B is #5578D4. Grayscale: #878787. Windows color (decimal): -5601493 or 2852778. OLE color: 2852778.

HSL color Cylindrical-coordinate representation of color #AA872B: hue angle of 43.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA872B is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17013543-
CMYK00.210.750.33
HSL43.46º59.62%41.76%-
HSV(B)43.46º74.71%66.67%-
XYZ25.6826.055.96-
YUV134.9876.1152.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 43 (17.19% from 255) = 12.36%
R=48.85%
G=38.79%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701354300.210.750.3343.4659.6241.76
HexAA872B0154B212b3c2a
Octal2522075302511341537452
Binary10101010100001111010110101011001011100001101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA872B; }

 p { color: rgb(170,135,43); }

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

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

 a { background-color: rgb(170,135,43); }

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

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

 span { border-color: rgb(170,135,43); }

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