#A48B86

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

Shades of Thatch #A48B86

Tints of Thatch #A48B86

Color information

#A48B86 (or 0xA48B86) is unknown color: approx Thatch. HEX triplet: A4, 8B and 86. RGB value is (164,139,134). Sum of RGB (Red+Green+Blue) = 164+139+134=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B86 is #5B7479. Grayscale: #919191. Windows color (decimal): -5993594 or 8817572. OLE color: 8817572.

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

Color convert

RGB164139134-
CMYK00.150.180.36
HSL10º14.15%58.43%-
HSV(B)10º18.29%64.31%-
XYZ28.8528.0826.45-
YUV145.9121.28140.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=37.53%
G=31.81%
B=30.66%

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
Decimal16413913400.150.180.361014.1558.43
HexA48B860F1224ae3a
Octal2442132060172244121672
Binary101001001000101110000110011111001010010010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B86; }

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

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

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

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

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

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

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

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