#A68E8A

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

Shades of Thatch #A68E8A

Tints of Thatch #A68E8A

Color information

#A68E8A (or 0xA68E8A) is unknown color: approx Thatch. HEX triplet: A6, 8E and 8A. RGB value is (166,142,138). Sum of RGB (Red+Green+Blue) = 166+142+138=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68E8A is #597175. Grayscale: #949494. Windows color (decimal): -5861750 or 9080486. OLE color: 9080486.

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

Color convert

RGB166142138-
CMYK00.140.170.35
HSL8.57º13.59%59.61%-
HSV(B)8.57º16.87%65.1%-
XYZ29.9929.2928.12-
YUV148.72121.95140.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=37.22%
G=31.84%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614213800.140.170.358.5713.5959.61
HexA68E8A0E11239e3c
Octal2462162120162143111674
Binary101001101000111010001010011101000110001110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E8A; }

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

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

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

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

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

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

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

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