#A39896

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

Shades of Thatch #A39896

Tints of Thatch #A39896

Color information

#A39896 (or 0xA39896) is unknown color: approx Thatch. HEX triplet: A3, 98 and 96. RGB value is (163,152,150). Sum of RGB (Red+Green+Blue) = 163+152+150=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A39896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39896 is #5C6769. Grayscale: #9B9B9B. Windows color (decimal): -6055786 or 9869475. OLE color: 9869475.

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

Color convert

RGB163152150-
CMYK00.070.080.36
HSL9.23º6.6%61.37%-
HSV(B)9.23º7.98%63.92%-
XYZ31.8432.4533.44-
YUV155.06125.14133.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=35.05%
G=32.69%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315215000.070.080.369.236.661.37
HexA3989607824973d
Octal24323022607104411775
Binary101000111001100010010110011110001001001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39896; }

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

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

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

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

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

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

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

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