#A6862C

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

Shades of Reef Gold #A6862C

Tints of Reef Gold #A6862C

Color information

#A6862C (or 0xA6862C) is unknown color: approx Reef Gold. HEX triplet: A6, 86 and 2C. RGB value is (166,134,44). Sum of RGB (Red+Green+Blue) = 166+134+44=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6862C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6862C is #5979D3. Grayscale: #858585. Windows color (decimal): -5863892 or 2918054. OLE color: 2918054.

HSL color Cylindrical-coordinate representation of color #A6862C: hue angle of 44.26º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6862C is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16613444-
CMYK00.190.730.35
HSL44.26º58.1%41.18%-
HSV(B)44.26º73.49%65.1%-
XYZ24.7125.345.97-
YUV133.3177.6151.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 44 (17.58% from 255) = 12.79%
R=48.26%
G=38.95%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661344400.190.730.3544.2658.141.18
HexA6862C01349232c3a29
Octal2462065402311143547251
Binary10100110100001101011000100111001001100011101100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6862C; }

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

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

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

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

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

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

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

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