#A88888

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

Shades of Thatch #A88888

Tints of Thatch #A88888

Color information

#A88888 (or 0xA88888) is unknown color: approx Thatch. HEX triplet: A8, 88 and 88. RGB value is (168,136,136). Sum of RGB (Red+Green+Blue) = 168+136+136=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A88888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88888 is #577777. Grayscale: #919191. Windows color (decimal): -5732216 or 8947880. OLE color: 8947880.

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

Color convert

RGB168136136-
CMYK00.190.190.34
HSL15.53%59.61%-
HSV(B)19.05%65.88%-
XYZ29.427.7127.09-
YUV145.57122.6144-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=38.18%
G=30.91%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813613600.190.190.34015.5359.61
HexA8888801313220103c
Octal250210210023234202074
Binary10101000100010001000100001001110011100010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88888; }

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

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

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

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

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

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

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

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