#A29492

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

Shades of Thatch #A29492

Tints of Thatch #A29492

Color information

#A29492 (or 0xA29492) is unknown color: approx Thatch. HEX triplet: A2, 94 and 92. RGB value is (162,148,146). Sum of RGB (Red+Green+Blue) = 162+148+146=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A29492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29492 is #5D6B6D. Grayscale: #979797. Windows color (decimal): -6122350 or 9606306. OLE color: 9606306.

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

Color convert

RGB162148146-
CMYK00.090.100.36
HSL7.5º7.92%60.39%-
HSV(B)7.5º9.88%63.53%-
XYZ30.6830.9431.55-
YUV151.96124.64135.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 146 (57.42% from 255) = 32.02%
R=35.53%
G=32.46%
B=32.02%

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
Decimal16214814600.090.100.367.57.9260.39
HexA2949209A24883c
Octal2422242220111244101074
Binary10100010100101001001001001001101010010010001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29492; }

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

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

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

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

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

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

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

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