#A6952F

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

Shades of Reef Gold #A6952F

Tints of Reef Gold #A6952F

Color information

#A6952F (or 0xA6952F) is unknown color: approx Reef Gold. HEX triplet: A6, 95 and 2F. RGB value is (166,149,47). Sum of RGB (Red+Green+Blue) = 166+149+47=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6952F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6952F is #596AD0. Grayscale: #8E8E8E. Windows color (decimal): -5860049 or 3118502. OLE color: 3118502.

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

Color convert

RGB16614947-
CMYK00.100.720.35
HSL51.43º55.87%41.76%-
HSV(B)51.43º71.69%65.1%-
XYZ26.9929.817.02-
YUV142.4574.13144.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 47 (18.75% from 255) = 12.98%
R=45.86%
G=41.16%
B=12.98%

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
Decimal1661494700.100.720.3551.4355.8741.76
HexA6952F0A482333382a
Octal2462255701211043637052
Binary1010011010010101101111010101001000100011110011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6952F; }

 p { color: rgb(166,149,47); }

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

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

 a { background-color: rgb(166,149,47); }

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

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

 span { border-color: rgb(166,149,47); }

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