#A48A85

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

Shades of Thatch #A48A85

Tints of Thatch #A48A85

Color information

#A48A85 (or 0xA48A85) is unknown color: approx Thatch. HEX triplet: A4, 8A and 85. RGB value is (164,138,133). Sum of RGB (Red+Green+Blue) = 164+138+133=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A85 is #5B757A. Grayscale: #919191. Windows color (decimal): -5993851 or 8751780. OLE color: 8751780.

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

Color convert

RGB164138133-
CMYK00.160.190.36
HSL9.68º14.55%58.24%-
HSV(B)9.68º18.9%64.31%-
XYZ28.6327.7626.04-
YUV145.2121.11141.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=37.70%
G=31.72%
B=30.57%

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
Decimal16413813300.160.190.369.6814.5558.24
HexA48A850101324af3a
Octal2442122050202344121772
Binary1010010010001010100001010100001001110010010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A85; }

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

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

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

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

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

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

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

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