Html Css Color HEX #AC9594 Dusty Grey

📋 copy color: '#AC9594'

red 172 ◦ green 149 ◦ blue 148

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

Shades of Dusty Grey #AC9594

Tints of Dusty Grey #AC9594

RGB

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

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

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

R = 36.67%
G = 31.77%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC9594 (or 0xAC9594) is known color: Dusty Grey. HEX triplet: AC, 95 and 94. RGB value is (172,149,148). Sum of RGB (Red+Green+Blue) = 172+149+148=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9594 is #536A6B. Grayscale: #9B9B9B. Windows color (decimal): -5466732 or 9737644. OLE color: 9737644.

HSL color Cylindrical-coordinate representation of color #AC9594: hue angle of 2.5º 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 #AC9594 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 149 148 -
CMYK 0 0.13 0.14 0.33
HSL 2.5º 0.13% 0.63% -
HSV(B) 2.5º 0.14% 0.67% -
XYZ 33.11 32.4 32.53 -
YUV 155.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 172 149 148 0 0.13 0.14 0.33 2.5 0.13 0.63
Hex AC 95 94 0 D E 21 2 D 3F
Octal 254 225 224 0 15 16 41 2 15 77
Binary 10101100 10010101 10010100 0 1101 1110 100001 10 1101 111111

Color Harmonies of #AC9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9594

Black with #AC9594

Text Example


Text Example

White with #AC9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9594; }

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

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

background-color css

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

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

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

border-color css

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

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

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