#A68B88

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

Shades of Thatch #A68B88

Tints of Thatch #A68B88

Color information

#A68B88 (or 0xA68B88) is unknown color: approx Thatch. HEX triplet: A6, 8B and 88. RGB value is (166,139,136). Sum of RGB (Red+Green+Blue) = 166+139+136=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68B88 is #597477. Grayscale: #929292. Windows color (decimal): -5862520 or 8948646. OLE color: 8948646.

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

Color convert

RGB166139136-
CMYK00.160.180.35
HSL14.42%59.22%-
HSV(B)18.07%65.1%-
XYZ29.428.3527.21-
YUV146.73121.95141.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=37.64%
G=31.52%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613913600.160.180.35614.4259.22
HexA68B8801012236e3b
Octal246213210020224361673
Binary101001101000101110001000010000100101000111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B88; }

 p { color: rgb(166,139,136); }

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

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

 a { background-color: rgb(166,139,136); }

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

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

 span { border-color: rgb(166,139,136); }

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