#AA862B

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

Shades of Reef Gold #AA862B

Tints of Reef Gold #AA862B

Color information

#AA862B (or 0xAA862B) is unknown color: approx Reef Gold. HEX triplet: AA, 86 and 2B. RGB value is (170,134,43). Sum of RGB (Red+Green+Blue) = 170+134+43=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA862B is #5579D4. Grayscale: #868686. Windows color (decimal): -5601749 or 2852522. OLE color: 2852522.

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

Color convert

RGB17013443-
CMYK00.210.750.33
HSL42.99º59.62%41.76%-
HSV(B)42.99º74.71%66.67%-
XYZ25.5425.775.91-
YUV134.3976.43153.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 43 (17.19% from 255) = 12.39%
R=48.99%
G=38.62%
B=12.39%

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
Decimal1701344300.210.750.3342.9959.6241.76
HexAA862B0154B212b3c2a
Octal2522065302511341537452
Binary10101010100001101010110101011001011100001101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA862B; }

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

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

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

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

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

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

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

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