#AA862C

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

Shades of Reef Gold #AA862C

Tints of Reef Gold #AA862C

Color information

#AA862C (or 0xAA862C) is unknown color: approx Reef Gold. HEX triplet: AA, 86 and 2C. RGB value is (170,134,44). Sum of RGB (Red+Green+Blue) = 170+134+44=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA862C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA862C is #5579D3. Grayscale: #868686. Windows color (decimal): -5601748 or 2918058. OLE color: 2918058.

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

Color convert

RGB17013444-
CMYK00.210.740.33
HSL42.86º58.88%41.96%-
HSV(B)42.86º74.12%66.67%-
XYZ25.5625.786.01-
YUV134.576.93153.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 44 (17.58% from 255) = 12.64%
R=48.85%
G=38.51%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701344400.210.740.3342.8658.8841.96
HexAA862C0154A212b3b2a
Octal2522065402511241537352
Binary10101010100001101011000101011001010100001101011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA862C; }

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

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

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

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

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

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

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

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