#A48E86

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

Shades of Thatch #A48E86

Tints of Thatch #A48E86

Color information

#A48E86 (or 0xA48E86) is unknown color: approx Thatch. HEX triplet: A4, 8E and 86. RGB value is (164,142,134). Sum of RGB (Red+Green+Blue) = 164+142+134=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48E86 is #5B7179. Grayscale: #939393. Windows color (decimal): -5992826 or 8818340. OLE color: 8818340.

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

Color convert

RGB164142134-
CMYK00.130.180.36
HSL16º14.15%58.43%-
HSV(B)16º18.29%64.31%-
XYZ29.2928.9626.6-
YUV147.67120.29139.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 134 (52.73% from 255) = 30.45%
R=37.27%
G=32.27%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414213400.130.180.361614.1558.43
HexA48E860D122410e3a
Octal2442162060152244201672
Binary1010010010001110100001100110110010100100100001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E86; }

 p { color: rgb(164,142,134); }

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

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

 a { background-color: rgb(164,142,134); }

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

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

 span { border-color: rgb(164,142,134); }

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