Html Css Color HEX #AC9494 Dusty Grey

📋 copy color: '#AC9494'

red 172 ◦ green 148 ◦ blue 148

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

Shades of Dusty Grey #AC9494

Tints of Dusty Grey #AC9494

RGB

 RED value IS 172 (67.58% from 255) = 36.75%

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

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

R = 36.75%
G = 31.62%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC9494 (or 0xAC9494) is known color: Dusty Grey. HEX triplet: AC, 94 and 94. RGB value is (172,148,148). Sum of RGB (Red+Green+Blue) = 172+148+148=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9494 is #536B6B. Grayscale: #9B9B9B. Windows color (decimal): -5466988 or 9737388. OLE color: 9737388.

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

Color convert

RGB 172 148 148 -
CMYK 0 0.14 0.14 0.33
HSL 0.13% 0.63% -
HSV(B) 0.14% 0.67% -
XYZ 32.95 32.09 32.47 -
YUV 155.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 172 148 148 0 0.14 0.14 0.33 0 0.13 0.63
Hex AC 94 94 0 E E 21 0 D 3F
Octal 254 224 224 0 16 16 41 0 15 77
Binary 10101100 10010100 10010100 0 1110 1110 100001 0 1101 111111

Color Harmonies of #AC9494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9494

Black with #AC9494

Text Example


Text Example

White with #AC9494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9494; }

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

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

background-color css

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

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

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

border-color css

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

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

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