#A88D8D

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

Shades of Thatch #A88D8D

Tints of Thatch #A88D8D

Color information

#A88D8D (or 0xA88D8D) is unknown color: approx Thatch. HEX triplet: A8, 8D and 8D. RGB value is (168,141,141). Sum of RGB (Red+Green+Blue) = 168+141+141=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88D8D is #577272. Grayscale: #959595. Windows color (decimal): -5730931 or 9276840. OLE color: 9276840.

HSL color Cylindrical-coordinate representation of color #A88D8D: hue angle of 0º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A88D8D is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB168141141-
CMYK00.160.160.34
HSL13.43%60.59%-
HSV(B)16.07%65.88%-
XYZ30.4829.329.25-
YUV149.07123.45141.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=37.33%
G=31.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814114100.160.160.34013.4360.59
HexA88D8D01010220d3d
Octal250215215020204201575
Binary1010100010001101100011010100001000010001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D8D; }

 p { color: rgb(168,141,141); }

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

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

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

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

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

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

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