#A6862E

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

Shades of Reef Gold #A6862E

Tints of Reef Gold #A6862E

Color information

#A6862E (or 0xA6862E) is unknown color: approx Reef Gold. HEX triplet: A6, 86 and 2E. RGB value is (166,134,46). Sum of RGB (Red+Green+Blue) = 166+134+46=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6862E is #5979D1. Grayscale: #858585. Windows color (decimal): -5863890 or 3049126. OLE color: 3049126.

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

Color convert

RGB16613446-
CMYK00.190.720.35
HSL44º56.6%41.57%-
HSV(B)44º72.29%65.1%-
XYZ24.7425.356.17-
YUV133.5478.6151.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 46 (18.36% from 255) = 13.29%
R=47.98%
G=38.73%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661344600.190.720.354456.641.57
HexA6862E01348232c392a
Octal2462065602311043547152
Binary10100110100001101011100100111001000100011101100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6862E; }

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

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

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

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

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

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

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

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