#A29794

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

Shades of Thatch #A29794

Tints of Thatch #A29794

Color information

#A29794 (or 0xA29794) is unknown color: approx Thatch. HEX triplet: A2, 97 and 94. RGB value is (162,151,148). Sum of RGB (Red+Green+Blue) = 162+151+148=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A29794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29794 is #5D686B. Grayscale: #999999. Windows color (decimal): -6121580 or 9738146. OLE color: 9738146.

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

Color convert

RGB162151148-
CMYK00.070.090.36
HSL12.86º7%60.78%-
HSV(B)12.86º8.64%63.53%-
XYZ31.3131.9532.53-
YUV153.95124.64133.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=35.14%
G=32.75%
B=32.10%

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
Decimal16215114800.070.090.3612.86760.78
HexA2979407924d73d
Octal24222722407114415775
Binary101000101001011110010100011110011001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29794; }

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

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

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

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

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

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

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

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