Html Css Color HEX #A49392 Dusty Grey

📋 copy color: '#A49392'

red 164 ◦ green 147 ◦ blue 146

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

Shades of Dusty Grey #A49392

Tints of Dusty Grey #A49392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 35.89%
G = 32.17%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A49392 (or 0xA49392) is known color: Dusty Grey. HEX triplet: A4, 93 and 92. RGB value is (164,147,146). Sum of RGB (Red+Green+Blue) = 164+147+146=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A49392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49392 is #5B6C6D. Grayscale: #979797. Windows color (decimal): -5991534 or 9606052. OLE color: 9606052.

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

Color convert

RGB 164 147 146 -
CMYK 0 0.10 0.11 0.36
HSL 3.33º 0.09% 0.61% -
HSV(B) 3.33º 0.11% 0.64% -
XYZ 30.93 30.84 31.52 -
YUV 151.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 164 147 146 0 0.10 0.11 0.36 3.33 0.09 0.61
Hex A4 93 92 0 A B 24 3 9 3D
Octal 244 223 222 0 12 13 44 3 11 75
Binary 10100100 10010011 10010010 0 1010 1011 100100 11 1001 111101

Color Harmonies of #A49392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49392

Black with #A49392

Text Example


Text Example

White with #A49392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49392; }

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

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

background-color css

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

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

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

border-color css

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

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

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