Html Css Color HEX #A19493 Dusty Grey

📋 copy color: '#A19493'

red 161 ◦ green 148 ◦ blue 147

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

Shades of Dusty Grey #A19493

Tints of Dusty Grey #A19493

RGB

 RED value IS 161 (63.28% from 255) = 35.31%

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

 BLUE value IS 147 (57.81% from 255) = 32.24%

R = 35.31%
G = 32.46%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A19493 (or 0xA19493) is known color: Dusty Grey. HEX triplet: A1, 94 and 93. RGB value is (161,148,147). Sum of RGB (Red+Green+Blue) = 161+148+147=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 161 - color contains mainly: red. Hex color #A19493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19493 is #5E6B6C. Grayscale: #979797. Windows color (decimal): -6187885 or 9671841. OLE color: 9671841.

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

Color convert

RGB 161 148 147 -
CMYK 0 0.08 0.09 0.37
HSL 4.29º 0.07% 0.6% -
HSV(B) 4.29º 0.09% 0.63% -
XYZ 30.55 30.86 31.95 -
YUV 151.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 161 148 147 0 0.08 0.09 0.37 4.29 0.07 0.6
Hex A1 94 93 0 8 9 25 4 7 3C
Octal 241 224 223 0 10 11 45 4 7 74
Binary 10100001 10010100 10010011 0 1000 1001 100101 100 111 111100

Color Harmonies of #A19493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19493

Black with #A19493

Text Example


Text Example

White with #A19493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19493; }

 p { color: rgb(161,148,147); }

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

background-color css

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

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

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

border-color css

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

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

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