#A68F89

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

Shades of Thatch #A68F89

Tints of Thatch #A68F89

Color information

#A68F89 (or 0xA68F89) is unknown color: approx Thatch. HEX triplet: A6, 8F and 89. RGB value is (166,143,137). Sum of RGB (Red+Green+Blue) = 166+143+137=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F89 is #597076. Grayscale: #959595. Windows color (decimal): -5861495 or 9015206. OLE color: 9015206.

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

Color convert

RGB166143137-
CMYK00.140.170.35
HSL12.41º14.01%59.41%-
HSV(B)12.41º17.47%65.1%-
XYZ30.0629.5627.79-
YUV149.19121.12139.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=37.22%
G=32.06%
B=30.72%

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
Decimal16614313700.140.170.3512.4114.0159.41
HexA68F890E1123ce3b
Octal2462172110162143141673
Binary101001101000111110001001011101000110001111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F89; }

 p { color: rgb(166,143,137); }

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

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

 a { background-color: rgb(166,143,137); }

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

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

 span { border-color: rgb(166,143,137); }

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