#A49492

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

Shades of Thatch #A49492

Tints of Thatch #A49492

Color information

#A49492 (or 0xA49492) is unknown color: approx Thatch. HEX triplet: A4, 94 and 92. RGB value is (164,148,146). Sum of RGB (Red+Green+Blue) = 164+148+146=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A49492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49492 is #5B6B6D. Grayscale: #989898. Windows color (decimal): -5991278 or 9606308. OLE color: 9606308.

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

Color convert

RGB164148146-
CMYK00.100.110.36
HSL6.67º9%60.78%-
HSV(B)6.67º10.98%64.31%-
XYZ31.0931.1531.57-
YUV152.56124.3136.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 146 (57.42% from 255) = 31.88%
R=35.81%
G=32.31%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414814600.100.110.366.67960.78
HexA494920AB24793d
Octal244224222012134471175
Binary1010010010010100100100100101010111001001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49492; }

 p { color: rgb(164,148,146); }

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

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

 a { background-color: rgb(164,148,146); }

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

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

 span { border-color: rgb(164,148,146); }

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