#A48B87

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

Shades of Thatch #A48B87

Tints of Thatch #A48B87

Color information

#A48B87 (or 0xA48B87) is unknown color: approx Thatch. HEX triplet: A4, 8B and 87. RGB value is (164,139,135). Sum of RGB (Red+Green+Blue) = 164+139+135=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B87 is #5B7478. Grayscale: #929292. Windows color (decimal): -5993593 or 8883108. OLE color: 8883108.

HSL color Cylindrical-coordinate representation of color #A48B87: hue angle of 8.28º 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 #A48B87 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164139135-
CMYK00.150.180.36
HSL8.28º13.74%58.63%-
HSV(B)8.28º17.68%64.31%-
XYZ28.9228.1126.82-
YUV146.02121.78140.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 135 (53.12% from 255) = 30.82%
R=37.44%
G=31.74%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413913500.150.180.368.2813.7458.63
HexA48B870F12248e3b
Octal2442132070172244101673
Binary101001001000101110000111011111001010010010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B87; }

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

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

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

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

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

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

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

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