#A48984

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

Shades of Thatch #A48984

Tints of Thatch #A48984

Color information

#A48984 (or 0xA48984) is unknown color: approx Thatch. HEX triplet: A4, 89 and 84. RGB value is (164,137,132). Sum of RGB (Red+Green+Blue) = 164+137+132=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A48984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48984 is #5B767B. Grayscale: #909090. Windows color (decimal): -5994108 or 8685988. OLE color: 8685988.

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

Color convert

RGB164137132-
CMYK00.160.200.36
HSL9.38º14.95%58.04%-
HSV(B)9.38º19.51%64.31%-
XYZ28.4227.4525.63-
YUV144.5120.95141.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=37.88%
G=31.64%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413713200.160.200.369.3814.9558.04
HexA4898401014249f3a
Octal2442112040202444111772
Binary1010010010001001100001000100001010010010010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48984; }

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

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

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

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

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

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

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

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