#A58B87

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

Shades of Thatch #A58B87

Tints of Thatch #A58B87

Color information

#A58B87 (or 0xA58B87) is unknown color: approx Thatch. HEX triplet: A5, 8B and 87. RGB value is (165,139,135). Sum of RGB (Red+Green+Blue) = 165+139+135=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58B87 is #5A7478. Grayscale: #929292. Windows color (decimal): -5928057 or 8883109. OLE color: 8883109.

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

Color convert

RGB165139135-
CMYK00.160.180.35
HSL14.29%58.82%-
HSV(B)18.18%64.71%-
XYZ29.1228.2126.83-
YUV146.32121.61141.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=37.59%
G=31.66%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513913500.160.180.35814.2958.82
HexA58B8701012238e3b
Octal2452132070202243101673
Binary1010010110001011100001110100001001010001110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B87; }

 p { color: rgb(165,139,135); }

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

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

 a { background-color: rgb(165,139,135); }

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

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

 span { border-color: rgb(165,139,135); }

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