#A68F8D

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

Shades of Thatch #A68F8D

Tints of Thatch #A68F8D

Color information

#A68F8D (or 0xA68F8D) is unknown color: approx Thatch. HEX triplet: A6, 8F and 8D. RGB value is (166,143,141). Sum of RGB (Red+Green+Blue) = 166+143+141=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F8D is #597072. Grayscale: #959595. Windows color (decimal): -5861491 or 9277350. OLE color: 9277350.

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

Color convert

RGB166143141-
CMYK00.140.150.35
HSL4.8º12.32%60.2%-
HSV(B)4.8º15.06%65.1%-
XYZ30.3629.6829.33-
YUV149.65123.12139.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=36.89%
G=31.78%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614314100.140.150.354.812.3260.2
HexA68F8D0EF235c3c
Octal246217215016174351474
Binary1010011010001111100011010111011111000111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F8D; }

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

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

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

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

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

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

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

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