#A49592

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

Shades of Thatch #A49592

Tints of Thatch #A49592

Color information

#A49592 (or 0xA49592) is unknown color: approx Thatch. HEX triplet: A4, 95 and 92. RGB value is (164,149,146). Sum of RGB (Red+Green+Blue) = 164+149+146=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A49592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49592 is #5B6A6D. Grayscale: #999999. Windows color (decimal): -5991022 or 9606564. OLE color: 9606564.

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

Color convert

RGB164149146-
CMYK00.090.110.36
HSL10º9%60.78%-
HSV(B)10º10.98%64.31%-
XYZ31.2531.4631.62-
YUV153.14123.97135.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 149 (58.59% from 255) = 32.46%
BLUE value IS 146 (57.42% from 255) = 31.81%
R=35.73%
G=32.46%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414914600.090.110.3610960.78
HexA4959209B24a93d
Octal2442252220111344121175
Binary10100100100101011001001001001101110010010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49592; }

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

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

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

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

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

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

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

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