#A29491

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

Shades of Thatch #A29491

Tints of Thatch #A29491

Color information

#A29491 (or 0xA29491) is unknown color: approx Thatch. HEX triplet: A2, 94 and 91. RGB value is (162,148,145). Sum of RGB (Red+Green+Blue) = 162+148+145=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A29491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29491 is #5D6B6E. Grayscale: #979797. Windows color (decimal): -6122351 or 9540770. OLE color: 9540770.

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

Color convert

RGB162148145-
CMYK00.090.100.36
HSL10.59º8.37%60.2%-
HSV(B)10.59º10.49%63.53%-
XYZ30.630.9131.14-
YUV151.84124.14135.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 145 (57.03% from 255) = 31.87%
R=35.60%
G=32.53%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214814500.090.100.3610.598.3760.2
HexA2949109A24b83c
Octal2422242210111244131074
Binary10100010100101001001000101001101010010010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29491; }

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

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

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

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

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

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

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

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