#A58C84

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

Shades of Thatch #A58C84

Tints of Thatch #A58C84

Color information

#A58C84 (or 0xA58C84) is unknown color: approx Thatch. HEX triplet: A5, 8C and 84. RGB value is (165,140,132). Sum of RGB (Red+Green+Blue) = 165+140+132=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58C84 is #5A737B. Grayscale: #929292. Windows color (decimal): -5927804 or 8686757. OLE color: 8686757.

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

Color convert

RGB165140132-
CMYK00.150.200.35
HSL14.55º15.49%58.24%-
HSV(B)14.55º20%64.71%-
XYZ29.0628.4225.78-
YUV146.56119.78141.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=37.76%
G=32.04%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514013200.150.200.3514.5515.4958.24
HexA58C840F1423ff3a
Octal2452142040172443171772
Binary101001011000110010000100011111010010001111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C84; }

 p { color: rgb(165,140,132); }

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

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

 a { background-color: rgb(165,140,132); }

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

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

 span { border-color: rgb(165,140,132); }

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