#A48E89

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

Shades of Thatch #A48E89

Tints of Thatch #A48E89

Color information

#A48E89 (or 0xA48E89) is unknown color: approx Thatch. HEX triplet: A4, 8E and 89. RGB value is (164,142,137). Sum of RGB (Red+Green+Blue) = 164+142+137=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48E89 is #5B7176. Grayscale: #949494. Windows color (decimal): -5992823 or 9014948. OLE color: 9014948.

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

Color convert

RGB164142137-
CMYK00.130.160.36
HSL11.11º12.92%59.02%-
HSV(B)11.11º16.46%64.31%-
XYZ29.529.0427.72-
YUV148.01121.79139.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 137 (53.91% from 255) = 30.93%
R=37.02%
G=32.05%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414213700.130.160.3611.1112.9259.02
HexA48E890D1024bd3b
Octal2442162110152044131573
Binary101001001000111010001001011011000010010010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E89; }

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

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

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

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

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

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

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

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