#A68C8A

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

Shades of Thatch #A68C8A

Tints of Thatch #A68C8A

Color information

#A68C8A (or 0xA68C8A) is unknown color: approx Thatch. HEX triplet: A6, 8C and 8A. RGB value is (166,140,138). Sum of RGB (Red+Green+Blue) = 166+140+138=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68C8A is #597375. Grayscale: #939393. Windows color (decimal): -5862262 or 9079974. OLE color: 9079974.

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

Color convert

RGB166140138-
CMYK00.160.170.35
HSL4.29º13.59%59.61%-
HSV(B)4.29º16.87%65.1%-
XYZ29.6928.728.02-
YUV147.55122.61141.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=37.39%
G=31.53%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614013800.160.170.354.2913.5959.61
HexA68C8A01011234e3c
Octal246214212020214341674
Binary101001101000110010001010010000100011000111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C8A; }

 p { color: rgb(166,140,138); }

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

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

 a { background-color: rgb(166,140,138); }

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

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

 span { border-color: rgb(166,140,138); }

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