#A48B84

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

Shades of Thatch #A48B84

Tints of Thatch #A48B84

Color information

#A48B84 (or 0xA48B84) is unknown color: approx Thatch. HEX triplet: A4, 8B and 84. RGB value is (164,139,132). Sum of RGB (Red+Green+Blue) = 164+139+132=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B84 is #5B747B. Grayscale: #919191. Windows color (decimal): -5993596 or 8686500. OLE color: 8686500.

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

Color convert

RGB164139132-
CMYK00.150.200.36
HSL13.13º14.95%58.04%-
HSV(B)13.13º19.51%64.31%-
XYZ28.7128.0225.73-
YUV145.68120.28141.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=37.70%
G=31.95%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413913200.150.200.3613.1314.9558.04
HexA48B840F1424df3a
Octal2442132040172444151772
Binary101001001000101110000100011111010010010011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B84; }

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

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

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

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

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

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

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

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