#A6942F

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

Shades of Reef Gold #A6942F

Tints of Reef Gold #A6942F

Color information

#A6942F (or 0xA6942F) is unknown color: approx Reef Gold. HEX triplet: A6, 94 and 2F. RGB value is (166,148,47). Sum of RGB (Red+Green+Blue) = 166+148+47=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6942F is #596BD0. Grayscale: #8E8E8E. Windows color (decimal): -5860305 or 3118246. OLE color: 3118246.

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

Color convert

RGB16614847-
CMYK00.110.720.35
HSL50.92º55.87%41.76%-
HSV(B)50.92º71.69%65.1%-
XYZ26.8329.496.97-
YUV141.8774.46145.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 148 (58.20% from 255) = 41.00%
BLUE value IS 47 (18.75% from 255) = 13.02%
R=45.98%
G=41.00%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661484700.110.720.3550.9255.8741.76
HexA6942F0B482333382a
Octal2462245701311043637052
Binary1010011010010100101111010111001000100011110011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6942F; }

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

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

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

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

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

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

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

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