#A39795

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

Shades of Thatch #A39795

Tints of Thatch #A39795

Color information

#A39795 (or 0xA39795) is unknown color: approx Thatch. HEX triplet: A3, 97 and 95. RGB value is (163,151,149). Sum of RGB (Red+Green+Blue) = 163+151+149=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 163 - color contains mainly: red. Hex color #A39795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39795 is #5C686A. Grayscale: #9A9A9A. Windows color (decimal): -6056043 or 9803683. OLE color: 9803683.

HSL color Cylindrical-coordinate representation of color #A39795: hue angle of 8.57º 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 #A39795 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB163151149-
CMYK00.070.090.36
HSL8.57º7.07%61.18%-
HSV(B)8.57º8.59%63.92%-
XYZ31.632.0932.96-
YUV154.36124.98134.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=35.21%
G=32.61%
B=32.18%

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
Decimal16315114900.070.090.368.577.0761.18
HexA3979507924973d
Octal24322722507114411775
Binary101000111001011110010101011110011001001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39795; }

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

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

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

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

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

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

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

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