Html Css Color HEX #A49595 Dusty Grey

📋 copy color: '#A49595'

red 164 ◦ green 149 ◦ blue 149

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

Shades of Dusty Grey #A49595

Tints of Dusty Grey #A49595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 35.5%
G = 32.25%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A49595 (or 0xA49595) is known color: Dusty Grey. HEX triplet: A4, 95 and 95. RGB value is (164,149,149). Sum of RGB (Red+Green+Blue) = 164+149+149=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A49595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49595 is #5B6A6A. Grayscale: #999999. Windows color (decimal): -5991019 or 9803172. OLE color: 9803172.

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

Color convert

RGB 164 149 149 -
CMYK 0 0.09 0.09 0.36
HSL 0.08% 0.61% -
HSV(B) 0.09% 0.64% -
XYZ 31.48 31.56 32.87 -
YUV 153.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 164 149 149 0 0.09 0.09 0.36 0 0.08 0.61
Hex A4 95 95 0 9 9 24 0 8 3D
Octal 244 225 225 0 11 11 44 0 10 75
Binary 10100100 10010101 10010101 0 1001 1001 100100 0 1000 111101

Color Harmonies of #A49595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49595

Black with #A49595

Text Example


Text Example

White with #A49595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49595; }

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

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

background-color css

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

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

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

border-color css

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

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

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