#A6962E

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

Shades of Reef Gold #A6962E

Tints of Reef Gold #A6962E

Color information

#A6962E (or 0xA6962E) is unknown color: approx Reef Gold. HEX triplet: A6, 96 and 2E. RGB value is (166,150,46). Sum of RGB (Red+Green+Blue) = 166+150+46=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6962E is #5969D1. Grayscale: #8F8F8F. Windows color (decimal): -5859794 or 3053222. OLE color: 3053222.

HSL color Cylindrical-coordinate representation of color #A6962E: hue angle of 52º 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 #A6962E is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16615046-
CMYK00.100.720.35
HSL52º56.6%41.57%-
HSV(B)52º72.29%65.1%-
XYZ27.1330.126.97-
YUV142.9373.3144.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 46 (18.36% from 255) = 12.71%
R=45.86%
G=41.44%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661504600.100.720.355256.641.57
HexA6962E0A482334392a
Octal2462265601211043647152
Binary1010011010010110101110010101001000100011110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6962E; }

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

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

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

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

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

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

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

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