#A68E39

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

Shades of Reef Gold #A68E39

Tints of Reef Gold #A68E39

Color information

#A68E39 (or 0xA68E39) is unknown color: approx Reef Gold. HEX triplet: A6, 8E and 39. RGB value is (166,142,57). Sum of RGB (Red+Green+Blue) = 166+142+57=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E39 is #5971C6. Grayscale: #8B8B8B. Windows color (decimal): -5861831 or 3772070. OLE color: 3772070.

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

Color convert

RGB16614257-
CMYK00.140.660.35
HSL46.79º48.88%43.73%-
HSV(B)46.79º65.66%65.1%-
XYZ26.1427.757.85-
YUV139.4981.45146.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 57 (22.66% from 255) = 15.62%
R=45.48%
G=38.90%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661425700.140.660.3546.7948.8843.73
HexA68E390E42232f312c
Octal2462167101610243576154
Binary1010011010001110111001011101000010100011101111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E39; }

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

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

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

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

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

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

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

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