#A68989

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

Shades of Thatch #A68989

Tints of Thatch #A68989

Color information

#A68989 (or 0xA68989) is unknown color: approx Thatch. HEX triplet: A6, 89 and 89. RGB value is (166,137,137). Sum of RGB (Red+Green+Blue) = 166+137+137=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A68989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68989 is #597676. Grayscale: #919191. Windows color (decimal): -5863031 or 9013670. OLE color: 9013670.

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

Color convert

RGB166137137-
CMYK00.170.170.35
HSL14.01%59.41%-
HSV(B)17.47%65.1%-
XYZ29.1927.827.5-
YUV145.67123.11142.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=37.73%
G=31.14%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613713700.170.170.35014.0159.41
HexA6898901111230e3b
Octal246211211021214301673
Binary1010011010001001100010010100011000110001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68989; }

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

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

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

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

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

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

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

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