#A68885

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

Shades of Thatch #A68885

Tints of Thatch #A68885

Color information

#A68885 (or 0xA68885) is unknown color: approx Thatch. HEX triplet: A6, 88 and 85. RGB value is (166,136,133). Sum of RGB (Red+Green+Blue) = 166+136+133=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A68885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68885 is #59777A. Grayscale: #909090. Windows color (decimal): -5863291 or 8751270. OLE color: 8751270.

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

Color convert

RGB166136133-
CMYK00.180.200.35
HSL5.45º15.64%58.63%-
HSV(B)5.45º19.88%65.1%-
XYZ28.7627.4125.96-
YUV144.63121.44143.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=38.16%
G=31.26%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613613300.180.200.355.4515.6458.63
HexA6888501214235103b
Octal246210205022244352073
Binary1010011010001000100001010100101010010001110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68885; }

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

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

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

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

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

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

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

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