#A29392

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

Shades of Dusty Grey #A29392

Tints of Dusty Grey #A29392

Color information

#A29392 (or 0xA29392) is unknown color: approx Dusty Grey. HEX triplet: A2, 93 and 92. RGB value is (162,147,146). Sum of RGB (Red+Green+Blue) = 162+147+146=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A29392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29392 is #5D6C6D. Grayscale: #979797. Windows color (decimal): -6122606 or 9606050. OLE color: 9606050.

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

Color convert

RGB162147146-
CMYK00.090.100.36
HSL3.75º7.92%60.39%-
HSV(B)3.75º9.88%63.53%-
XYZ30.5230.6231.5-
YUV151.37124.97135.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=35.60%
G=32.31%
B=32.09%

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
Decimal16214714600.090.100.363.757.9260.39
HexA2939209A24483c
Octal242223222011124441074
Binary1010001010010011100100100100110101001001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29392; }

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

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

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

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

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

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

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

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