#A6912F

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

Shades of Reef Gold #A6912F

Tints of Reef Gold #A6912F

Color information

#A6912F (or 0xA6912F) is unknown color: approx Reef Gold. HEX triplet: A6, 91 and 2F. RGB value is (166,145,47). Sum of RGB (Red+Green+Blue) = 166+145+47=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6912F is #596ED0. Grayscale: #8C8C8C. Windows color (decimal): -5861073 or 3117478. OLE color: 3117478.

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

Color convert

RGB16614547-
CMYK00.130.720.35
HSL49.41º55.87%41.76%-
HSV(B)49.41º71.69%65.1%-
XYZ26.3628.566.81-
YUV140.1175.46146.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 145 (57.03% from 255) = 40.50%
BLUE value IS 47 (18.75% from 255) = 13.13%
R=46.37%
G=40.50%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661454700.130.720.3549.4155.8741.76
HexA6912F0D482331382a
Octal2462215701511043617052
Binary1010011010010001101111011011001000100011110001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6912F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6912F; }

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

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

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

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

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

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

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

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