#A29191

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

Shades of Dusty Grey #A29191

Tints of Dusty Grey #A29191

Color information

#A29191 (or 0xA29191) is unknown color: approx Dusty Grey. HEX triplet: A2, 91 and 91. RGB value is (162,145,145). Sum of RGB (Red+Green+Blue) = 162+145+145=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A29191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29191 is #5D6E6E. Grayscale: #969696. Windows color (decimal): -6123119 or 9540002. OLE color: 9540002.

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

Color convert

RGB162145145-
CMYK00.100.100.36
HSL8.37%60.2%-
HSV(B)10.49%63.53%-
XYZ30.1429.9830.99-
YUV150.08125.13136.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 145 (57.03% from 255) = 32.08%
R=35.84%
G=32.08%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214514500.100.100.3608.3760.2
HexA291910AA24083c
Octal242221221012124401074
Binary10100010100100011001000101010101010010001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29191; }

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

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

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

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

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

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

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

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