#A48D87

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

Shades of Thatch #A48D87

Tints of Thatch #A48D87

Color information

#A48D87 (or 0xA48D87) is unknown color: approx Thatch. HEX triplet: A4, 8D and 87. RGB value is (164,141,135). Sum of RGB (Red+Green+Blue) = 164+141+135=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D87 is #5B7278. Grayscale: #939393. Windows color (decimal): -5993081 or 8883620. OLE color: 8883620.

HSL color Cylindrical-coordinate representation of color #A48D87: hue angle of 12.41º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48D87 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164141135-
CMYK00.140.180.36
HSL12.41º13.74%58.63%-
HSV(B)12.41º17.68%64.31%-
XYZ29.2128.6926.92-
YUV147.19121.12139.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 141 (55.47% from 255) = 32.05%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=37.27%
G=32.05%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414113500.140.180.3612.4113.7458.63
HexA48D870E1224ce3b
Octal2442152070162244141673
Binary101001001000110110000111011101001010010011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D87; }

 p { color: rgb(164,141,135); }

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

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

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

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

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

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

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