#A39794

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

Shades of Thatch #A39794

Tints of Thatch #A39794

Color information

#A39794 (or 0xA39794) is unknown color: approx Thatch. HEX triplet: A3, 97 and 94. RGB value is (163,151,148). Sum of RGB (Red+Green+Blue) = 163+151+148=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A39794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39794 is #5C686B. Grayscale: #9A9A9A. Windows color (decimal): -6056044 or 9738147. OLE color: 9738147.

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

Color convert

RGB163151148-
CMYK00.070.090.36
HSL12º7.54%60.98%-
HSV(B)12º9.2%63.92%-
XYZ31.5232.0632.54-
YUV154.25124.48134.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 151 (59.38% from 255) = 32.68%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=35.28%
G=32.68%
B=32.03%

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
Decimal16315114800.070.090.36127.5460.98
HexA3979407924c83d
Octal243227224071144141075
Binary1010001110010111100101000111100110010011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39794; }

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

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

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

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

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

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

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

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