#A6982E

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

Shades of Reef Gold #A6982E

Tints of Reef Gold #A6982E

Color information

#A6982E (or 0xA6982E) is unknown color: approx Reef Gold. HEX triplet: A6, 98 and 2E. RGB value is (166,152,46). Sum of RGB (Red+Green+Blue) = 166+152+46=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6982E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6982E is #5967D1. Grayscale: #909090. Windows color (decimal): -5859282 or 3053734. OLE color: 3053734.

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

Color convert

RGB16615246-
CMYK00.080.720.35
HSL53º56.6%41.57%-
HSV(B)53º72.29%65.1%-
XYZ27.4530.767.08-
YUV144.172.64143.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 152 (59.77% from 255) = 41.76%
BLUE value IS 46 (18.36% from 255) = 12.64%
R=45.60%
G=41.76%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661524600.080.720.355356.641.57
HexA6982E08482335392a
Octal2462305601011043657152
Binary1010011010011000101110010001001000100011110101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6982E; }

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

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

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

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

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

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

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

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