#A48D89

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

Shades of Thatch #A48D89

Tints of Thatch #A48D89

Color information

#A48D89 (or 0xA48D89) is unknown color: approx Thatch. HEX triplet: A4, 8D and 89. RGB value is (164,141,137). Sum of RGB (Red+Green+Blue) = 164+141+137=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D89 is #5B7276. Grayscale: #939393. Windows color (decimal): -5993079 or 9014692. OLE color: 9014692.

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

Color convert

RGB164141137-
CMYK00.140.160.36
HSL8.89º12.92%59.02%-
HSV(B)8.89º16.46%64.31%-
XYZ29.3528.7527.67-
YUV147.42122.12139.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=37.10%
G=31.90%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414113700.140.160.368.8912.9259.02
HexA48D890E10249d3b
Octal2442152110162044111573
Binary101001001000110110001001011101000010010010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D89; }

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

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

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

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

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

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

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

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