#A68D39

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

Shades of Reef Gold #A68D39

Tints of Reef Gold #A68D39

Color information

#A68D39 (or 0xA68D39) is unknown color: approx Reef Gold. HEX triplet: A6, 8D and 39. RGB value is (166,141,57). Sum of RGB (Red+Green+Blue) = 166+141+57=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D39 is #5972C6. Grayscale: #8B8B8B. Windows color (decimal): -5862087 or 3771814. OLE color: 3771814.

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

Color convert

RGB16614157-
CMYK00.150.660.35
HSL46.24º48.88%43.73%-
HSV(B)46.24º65.66%65.1%-
XYZ25.9927.457.8-
YUV138.981.78147.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 57 (22.66% from 255) = 15.66%
R=45.60%
G=38.74%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661415700.150.660.3546.2448.8843.73
HexA68D390F42232e312c
Octal2462157101710243566154
Binary1010011010001101111001011111000010100011101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D39; }

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

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

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

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

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

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

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

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