#A48C87

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

Shades of Thatch #A48C87

Tints of Thatch #A48C87

Color information

#A48C87 (or 0xA48C87) is unknown color: approx Thatch. HEX triplet: A4, 8C and 87. RGB value is (164,140,135). Sum of RGB (Red+Green+Blue) = 164+140+135=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C87 is #5B7378. Grayscale: #929292. Windows color (decimal): -5993337 or 8883364. OLE color: 8883364.

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

Color convert

RGB164140135-
CMYK00.150.180.36
HSL10.34º13.74%58.63%-
HSV(B)10.34º17.68%64.31%-
XYZ29.0628.426.87-
YUV146.61121.45140.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=37.36%
G=31.89%
B=30.75%

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
Decimal16414013500.150.180.3610.3413.7458.63
HexA48C870F1224ae3b
Octal2442142070172244121673
Binary101001001000110010000111011111001010010010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C87; }

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

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

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

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

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

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

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

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