#A48A88

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

Shades of Thatch #A48A88

Tints of Thatch #A48A88

Color information

#A48A88 (or 0xA48A88) is unknown color: approx Thatch. HEX triplet: A4, 8A and 88. RGB value is (164,138,136). Sum of RGB (Red+Green+Blue) = 164+138+136=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A88 is #5B7577. Grayscale: #919191. Windows color (decimal): -5993848 or 8948388. OLE color: 8948388.

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

Color convert

RGB164138136-
CMYK00.160.170.36
HSL4.29º13.33%58.82%-
HSV(B)4.29º17.07%64.31%-
XYZ28.8427.8527.15-
YUV145.55122.61141.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=37.44%
G=31.51%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413813600.160.170.364.2913.3358.82
HexA48A8801011244d3b
Octal244212210020214441573
Binary101001001000101010001000010000100011001001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A88; }

 p { color: rgb(164,138,136); }

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

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

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

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

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

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

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