Html Css Color HEX #A49191 Dusty Grey

📋 copy color: '#A49191'

red 164 ◦ green 145 ◦ blue 145

#A49191
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #A49191

Tints of Dusty Grey #A49191

RGB

 RED value IS 164 (64.45% from 255) = 36.12%

 GREEN value IS 145 (57.03% from 255) = 31.94%

 BLUE value IS 145 (57.03% from 255) = 31.94%

R = 36.12%
G = 31.94%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A49191 (or 0xA49191) is known color: Dusty Grey. HEX triplet: A4, 91 and 91. RGB value is (164,145,145). Sum of RGB (Red+Green+Blue) = 164+145+145=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A49191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49191 is #5B6E6E. Grayscale: #969696. Windows color (decimal): -5992047 or 9540004. OLE color: 9540004.

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

Color convert

RGB 164 145 145 -
CMYK 0 0.12 0.12 0.36
HSL 0.09% 0.61% -
HSV(B) 0.12% 0.64% -
XYZ 30.55 30.19 31 -
YUV 150.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 164 145 145 0 0.12 0.12 0.36 0 0.09 0.61
Hex A4 91 91 0 C C 24 0 9 3D
Octal 244 221 221 0 14 14 44 0 11 75
Binary 10100100 10010001 10010001 0 1100 1100 100100 0 1001 111101

Color Harmonies of #A49191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49191

Black with #A49191

Text Example


Text Example

White with #A49191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49191; }

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

 H1.HeaderClassName
 {
   color: #A49191;
 }
 .AnyTagClassName
 {
   color: #A49191;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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