#A58984

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

Shades of Thatch #A58984

Tints of Thatch #A58984

Color information

#A58984 (or 0xA58984) is unknown color: approx Thatch. HEX triplet: A5, 89 and 84. RGB value is (165,137,132). Sum of RGB (Red+Green+Blue) = 165+137+132=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A58984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58984 is #5A767B. Grayscale: #909090. Windows color (decimal): -5928572 or 8685989. OLE color: 8685989.

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

Color convert

RGB165137132-
CMYK00.170.200.35
HSL9.09º15.49%58.24%-
HSV(B)9.09º20%64.71%-
XYZ28.6327.5625.64-
YUV144.8120.78142.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=38.02%
G=31.57%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513713200.170.200.359.0915.4958.24
HexA5898401114239f3a
Octal2452112040212443111772
Binary1010010110001001100001000100011010010001110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58984; }

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

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

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

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

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

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

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

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