Html Css Color HEX #A49494 Dusty Grey

📋 copy color: '#A49494'

red 164 ◦ green 148 ◦ blue 148

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

Shades of Dusty Grey #A49494

Tints of Dusty Grey #A49494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

 BLUE value IS 148 (58.2% from 255) = 32.17%

R = 35.65%
G = 32.17%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A49494 (or 0xA49494) is known color: Dusty Grey. HEX triplet: A4, 94 and 94. RGB value is (164,148,148). Sum of RGB (Red+Green+Blue) = 164+148+148=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 164 - color contains mainly: red. Hex color #A49494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49494 is #5B6B6B. Grayscale: #989898. Windows color (decimal): -5991276 or 9737380. OLE color: 9737380.

HSL color Cylindrical-coordinate representation of color #A49494: 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.1%. Process color model (Four color, CMYK) of #A49494 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 148 148 -
CMYK 0 0.10 0.10 0.36
HSL 0.08% 0.61% -
HSV(B) 0.1% 0.64% -
XYZ 31.25 31.21 32.39 -
YUV 152.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 164 148 148 0 0.10 0.10 0.36 0 0.08 0.61
Hex A4 94 94 0 A A 24 0 8 3D
Octal 244 224 224 0 12 12 44 0 10 75
Binary 10100100 10010100 10010100 0 1010 1010 100100 0 1000 111101

Color Harmonies of #A49494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49494

Black with #A49494

Text Example


Text Example

White with #A49494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49494; }

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

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

background-color css

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

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

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

border-color css

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

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

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