#a68e2c

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

Shades of Reef Gold #A68E2C

Tints of Reef Gold #A68E2C

Color information

#A68E2C (or 0xA68E2C) is unknown color: approx Reef Gold. HEX triplet: A6, 8E and 2C. RGB value is (166,142,44). Sum of RGB (Red+Green+Blue) = 166+142+44=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E2C is #5971D3. Grayscale: #8A8A8A. Windows color (decimal): -5861844 or 2920102. OLE color: 2920102.

HSL color Cylindrical-coordinate representation of color #A68E2C: hue angle of 48.2º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A68E2C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16614244-
CMYK00.140.730.35
HSL48.2º58.1%41.18%-
HSV(B)48.2º73.49%65.1%-
XYZ25.8527.636.35-
YUV13874.95147.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 44 (17.58% from 255) = 12.5%
R=47.16%
G=40.34%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661424400.140.730.3548.258.141.18
HexA68E2C0E4923303a29
Octal2462165401611143607251
Binary1010011010001110101100011101001001100011110000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a68e2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a68e2c; }

 p { color: rgb(166,142,44); }

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

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

 a { background-color: rgb(166,142,44); }

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

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

 span { border-color: rgb(166,142,44); }

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