#A58986

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

Shades of Thatch #A58986

Tints of Thatch #A58986

Color information

#A58986 (or 0xA58986) is unknown color: approx Thatch. HEX triplet: A5, 89 and 86. RGB value is (165,137,134). Sum of RGB (Red+Green+Blue) = 165+137+134=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A58986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58986 is #5A7679. Grayscale: #919191. Windows color (decimal): -5928570 or 8817061. OLE color: 8817061.

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

Color convert

RGB165137134-
CMYK00.170.190.35
HSL5.81º14.69%58.63%-
HSV(B)5.81º18.79%64.71%-
XYZ28.7727.6126.37-
YUV145.03121.78142.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=37.84%
G=31.42%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513713400.170.190.355.8114.6958.63
HexA5898601113236f3b
Octal245211206021234361773
Binary101001011000100110000110010001100111000111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58986; }

 p { color: rgb(165,137,134); }

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

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

 a { background-color: rgb(165,137,134); }

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

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

 span { border-color: rgb(165,137,134); }

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