#A39996

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

Shades of Thatch #A39996

Tints of Thatch #A39996

Color information

#A39996 (or 0xA39996) is unknown color: approx Thatch. HEX triplet: A3, 99 and 96. RGB value is (163,153,150). Sum of RGB (Red+Green+Blue) = 163+153+150=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 163 - color contains mainly: red. Hex color #A39996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39996 is #5C6669. Grayscale: #9B9B9B. Windows color (decimal): -6055530 or 9869731. OLE color: 9869731.

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

Color convert

RGB163153150-
CMYK00.060.080.36
HSL13.85º6.6%61.37%-
HSV(B)13.85º7.98%63.92%-
XYZ3232.7733.49-
YUV155.65124.81133.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 150 (58.98% from 255) = 32.19%
R=34.98%
G=32.83%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315315000.060.080.3613.856.661.37
HexA3999606824e73d
Octal24323122606104416775
Binary101000111001100110010110011010001001001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39996; }

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

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

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

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

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

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

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

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