#A48D8D

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

Shades of Thatch #A48D8D

Tints of Thatch #A48D8D

Color information

#A48D8D (or 0xA48D8D) is unknown color: approx Thatch. HEX triplet: A4, 8D and 8D. RGB value is (164,141,141). Sum of RGB (Red+Green+Blue) = 164+141+141=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D8D is #5B7272. Grayscale: #939393. Windows color (decimal): -5993075 or 9276836. OLE color: 9276836.

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

Color convert

RGB164141141-
CMYK00.140.140.36
HSL11.22%59.8%-
HSV(B)14.02%64.31%-
XYZ29.6428.8729.21-
YUV147.88124.12139.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=36.77%
G=31.61%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414114100.140.140.36011.2259.8
HexA48D8D0EE240b3c
Octal244215215016164401374
Binary10100100100011011000110101110111010010001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D8D; }

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

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

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

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

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

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

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

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