#A39894

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

Shades of Thatch #A39894

Tints of Thatch #A39894

Color information

#A39894 (or 0xA39894) is unknown color: approx Thatch. HEX triplet: A3, 98 and 94. RGB value is (163,152,148). Sum of RGB (Red+Green+Blue) = 163+152+148=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 163 - color contains mainly: red. Hex color #A39894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39894 is #5C676B. Grayscale: #9A9A9A. Windows color (decimal): -6055788 or 9738403. OLE color: 9738403.

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

Color convert

RGB163152148-
CMYK00.070.090.36
HSL16º7.54%60.98%-
HSV(B)16º9.2%63.92%-
XYZ31.6832.3832.6-
YUV154.83124.14133.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=35.21%
G=32.83%
B=31.97%

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
Decimal16315214800.070.090.36167.5460.98
HexA39894079241083d
Octal243230224071144201075
Binary10100011100110001001010001111001100100100001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39894; }

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

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

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

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

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

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

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

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