Html Css Color HEX #AC9998 Dusty Grey

📋 copy color: '#AC9998'

red 172 ◦ green 153 ◦ blue 152

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

Shades of Dusty Grey #AC9998

Tints of Dusty Grey #AC9998

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.08%

 BLUE value IS 152 (59.77% from 255) = 31.87%

R = 36.06%
G = 32.08%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC9998 (or 0xAC9998) is known color: Dusty Grey. HEX triplet: AC, 99 and 98. RGB value is (172,153,152). Sum of RGB (Red+Green+Blue) = 172+153+152=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9998 is #536667. Grayscale: #9E9E9E. Windows color (decimal): -5465704 or 10000812. OLE color: 10000812.

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

Color convert

RGB 172 153 152 -
CMYK 0 0.11 0.12 0.33
HSL 0.11% 0.64% -
HSV(B) 0.12% 0.67% -
XYZ 34.07 33.82 34.44 -
YUV 158.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 172 153 152 0 0.11 0.12 0.33 3 0.11 0.64
Hex AC 99 98 0 B C 21 3 B 40
Octal 254 231 230 0 13 14 41 3 13 100
Binary 10101100 10011001 10011000 0 1011 1100 100001 11 1011 1000000

Color Harmonies of #AC9998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9998

Black with #AC9998

Text Example


Text Example

White with #AC9998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9998; }

 p { color: rgb(172,153,152); }

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

background-color css

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

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

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

border-color css

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

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

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