#AA862E

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

Shades of Reef Gold #AA862E

Tints of Reef Gold #AA862E

Color information

#AA862E (or 0xAA862E) is unknown color: approx Reef Gold. HEX triplet: AA, 86 and 2E. RGB value is (170,134,46). Sum of RGB (Red+Green+Blue) = 170+134+46=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA862E is #5579D1. Grayscale: #878787. Windows color (decimal): -5601746 or 3049130. OLE color: 3049130.

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

Color convert

RGB17013446-
CMYK00.210.730.33
HSL42.58º57.41%42.35%-
HSV(B)42.58º72.94%66.67%-
XYZ25.625.796.21-
YUV134.7377.93153.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 46 (18.36% from 255) = 13.14%
R=48.57%
G=38.29%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701344600.210.730.3342.5857.4142.35
HexAA862E01549212b392a
Octal2522065602511141537152
Binary10101010100001101011100101011001001100001101011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA862E; }

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

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

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

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

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

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

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

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