#A68C84

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

Shades of Thatch #A68C84

Tints of Thatch #A68C84

Color information

#A68C84 (or 0xA68C84) is unknown color: approx Thatch. HEX triplet: A6, 8C and 84. RGB value is (166,140,132). Sum of RGB (Red+Green+Blue) = 166+140+132=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68C84 is #59737B. Grayscale: #929292. Windows color (decimal): -5862268 or 8686758. OLE color: 8686758.

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

Color convert

RGB166140132-
CMYK00.160.200.35
HSL14.12º16.04%58.43%-
HSV(B)14.12º20.48%65.1%-
XYZ29.2728.5325.79-
YUV146.86119.61141.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=37.90%
G=31.96%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614013200.160.200.3514.1216.0458.43
HexA68C840101423e103a
Octal2462142040202443162072
Binary10100110100011001000010001000010100100011111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C84; }

 p { color: rgb(166,140,132); }

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

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

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

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

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

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

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