Html Css Color HEX #AD9594 Dusty Grey

📋 copy color: '#AD9594'

red 173 ◦ green 149 ◦ blue 148

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

Shades of Dusty Grey #AD9594

Tints of Dusty Grey #AD9594

RGB

 RED value IS 173 (67.97% from 255) = 36.81%

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

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

R = 36.81%
G = 31.7%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD9594 (or 0xAD9594) is known color: Dusty Grey. HEX triplet: AD, 95 and 94. RGB value is (173,149,148). Sum of RGB (Red+Green+Blue) = 173+149+148=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9594 is #526A6B. Grayscale: #9C9C9C. Windows color (decimal): -5401196 or 9737645. OLE color: 9737645.

HSL color Cylindrical-coordinate representation of color #AD9594: hue angle of 2.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD9594 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 148 -
CMYK 0 0.14 0.14 0.32
HSL 2.4º 0.13% 0.63% -
HSV(B) 2.4º 0.14% 0.68% -
XYZ 33.33 32.52 32.54 -
YUV 156.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 173 149 148 0 0.14 0.14 0.32 2.4 0.13 0.63
Hex AD 95 94 0 E E 20 2 D 3F
Octal 255 225 224 0 16 16 40 2 15 77
Binary 10101101 10010101 10010100 0 1110 1110 100000 10 1101 111111

Color Harmonies of #AD9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9594

Black with #AD9594

Text Example


Text Example

White with #AD9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9594; }

 p { color: rgb(173,149,148); }

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

background-color css

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

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

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

border-color css

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

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

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