#A39A97

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

Shades of Thatch #A39A97

Tints of Thatch #A39A97

Color information

#A39A97 (or 0xA39A97) is unknown color: approx Thatch. HEX triplet: A3, 9A and 97. RGB value is (163,154,151). Sum of RGB (Red+Green+Blue) = 163+154+151=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39A97 is #5C6568. Grayscale: #9C9C9C. Windows color (decimal): -6055273 or 9935523. OLE color: 9935523.

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

Color convert

RGB163154151-
CMYK00.060.070.36
HSL15º6.12%61.57%-
HSV(B)15º7.36%63.92%-
XYZ32.2533.1333.97-
YUV156.35124.98132.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=34.83%
G=32.91%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315415100.060.070.36156.1261.57
HexA39A9706724f63e
Octal2432322270674417676
Binary10100011100110101001011101101111001001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A97; }

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

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

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

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

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

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

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

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