#A39997

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

Shades of Thatch #A39997

Tints of Thatch #A39997

Color information

#A39997 (or 0xA39997) is unknown color: approx Thatch. HEX triplet: A3, 99 and 97. RGB value is (163,153,151). Sum of RGB (Red+Green+Blue) = 163+153+151=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A39997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39997 is #5C6668. Grayscale: #9B9B9B. Windows color (decimal): -6055529 or 9935267. OLE color: 9935267.

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

Color convert

RGB163153151-
CMYK00.060.070.36
HSL10º6.12%61.57%-
HSV(B)10º7.36%63.92%-
XYZ32.0832.833.92-
YUV155.76125.31133.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 151 (59.38% from 255) = 32.33%
R=34.90%
G=32.76%
B=32.33%

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
Decimal16315315100.060.070.36106.1261.57
HexA3999706724a63e
Octal2432312270674412676
Binary10100011100110011001011101101111001001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39997; }

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

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

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

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

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

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

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

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