#A48985

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

Shades of Thatch #A48985

Tints of Thatch #A48985

Color information

#A48985 (or 0xA48985) is unknown color: approx Thatch. HEX triplet: A4, 89 and 85. RGB value is (164,137,133). Sum of RGB (Red+Green+Blue) = 164+137+133=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A48985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48985 is #5B767A. Grayscale: #909090. Windows color (decimal): -5994107 or 8751524. OLE color: 8751524.

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

Color convert

RGB164137133-
CMYK00.160.190.36
HSL7.74º14.55%58.24%-
HSV(B)7.74º18.9%64.31%-
XYZ28.4927.4825.99-
YUV144.62121.45141.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 133 (52.34% from 255) = 30.65%
R=37.79%
G=31.57%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413713300.160.190.367.7414.5558.24
HexA4898501013248f3a
Octal2442112050202344101772
Binary1010010010001001100001010100001001110010010001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48985; }

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

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

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

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

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

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

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

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