#A99593

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

Shades of Thatch #A99593

Tints of Thatch #A99593

Color information

#A99593 (or 0xA99593) is unknown color: approx Thatch. HEX triplet: A9, 95 and 93. RGB value is (169,149,147). Sum of RGB (Red+Green+Blue) = 169+149+147=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A99593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99593 is #566A6C. Grayscale: #9A9A9A. Windows color (decimal): -5663341 or 9672105. OLE color: 9672105.

HSL color Cylindrical-coordinate representation of color #A99593: hue angle of 5.45º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A99593 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB169149147-
CMYK00.120.130.34
HSL5.45º11.34%61.96%-
HSV(B)5.45º13.02%66.27%-
XYZ32.3832.0432.08-
YUV154.75123.63138.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=36.34%
G=32.04%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914914700.120.130.345.4511.3461.96
HexA995930CD225b3e
Octal251225223014154251376
Binary1010100110010101100100110110011011000101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99593; }

 p { color: rgb(169,149,147); }

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

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

 a { background-color: rgb(169,149,147); }

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

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

 span { border-color: rgb(169,149,147); }

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