#A58F88

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

Shades of Thatch #A58F88

Tints of Thatch #A58F88

Color information

#A58F88 (or 0xA58F88) is unknown color: approx Thatch. HEX triplet: A5, 8F and 88. RGB value is (165,143,136). Sum of RGB (Red+Green+Blue) = 165+143+136=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58F88 is #5A7077. Grayscale: #949494. Windows color (decimal): -5927032 or 8949669. OLE color: 8949669.

HSL color Cylindrical-coordinate representation of color #A58F88: hue angle of 14.48º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A58F88 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB165143136-
CMYK00.130.180.35
HSL14.48º13.88%59.02%-
HSV(B)14.48º17.58%64.71%-
XYZ29.7829.4227.4-
YUV148.78120.79139.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 136 (53.52% from 255) = 30.63%
R=37.16%
G=32.21%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514313600.130.180.3514.4813.8859.02
HexA58F880D1223ee3b
Octal2452172100152243161673
Binary101001011000111110001000011011001010001111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58F88; }

 p { color: rgb(165,143,136); }

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

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

 a { background-color: rgb(165,143,136); }

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

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

 span { border-color: rgb(165,143,136); }

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