#A88D8A

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

Shades of Thatch #A88D8A

Tints of Thatch #A88D8A

Color information

#A88D8A (or 0xA88D8A) is unknown color: approx Thatch. HEX triplet: A8, 8D and 8A. RGB value is (168,141,138). Sum of RGB (Red+Green+Blue) = 168+141+138=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88D8A is #577275. Grayscale: #949494. Windows color (decimal): -5730934 or 9080232. OLE color: 9080232.

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

Color convert

RGB168141138-
CMYK00.160.180.34
HSL14.71%60%-
HSV(B)17.86%65.88%-
XYZ30.2629.2128.09-
YUV148.73121.95141.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.58%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=37.58%
G=31.54%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814113800.160.180.34614.7160
HexA88D8A01012226f3c
Octal250215212020224261774
Binary101010001000110110001010010000100101000101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D8A; }

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

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

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

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

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

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

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

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