#A39895

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

Shades of Thatch #A39895

Tints of Thatch #A39895

Color information

#A39895 (or 0xA39895) is unknown color: approx Thatch. HEX triplet: A3, 98 and 95. RGB value is (163,152,149). Sum of RGB (Red+Green+Blue) = 163+152+149=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 163 - color contains mainly: red. Hex color #A39895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39895 is #5C676A. Grayscale: #9A9A9A. Windows color (decimal): -6055787 or 9803939. OLE color: 9803939.

HSL color Cylindrical-coordinate representation of color #A39895: hue angle of 12.86º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A39895 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB163152149-
CMYK00.070.090.36
HSL12.86º7.07%61.18%-
HSV(B)12.86º8.59%63.92%-
XYZ31.7632.4133.02-
YUV154.95124.64133.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=35.13%
G=32.76%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315214900.070.090.3612.867.0761.18
HexA3989507924d73d
Octal24323022507114415775
Binary101000111001100010010101011110011001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39895; }

 p { color: rgb(163,152,149); }

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

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

 a { background-color: rgb(163,152,149); }

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

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

 span { border-color: rgb(163,152,149); }

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