Html Css Color HEX #AC9C9C Dusty Grey

📋 copy color: '#AC9C9C'

red 172 ◦ green 156 ◦ blue 156

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

Shades of Dusty Grey #AC9C9C

Tints of Dusty Grey #AC9C9C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

 BLUE value IS 156 (61.33% from 255) = 32.23%

R = 35.54%
G = 32.23%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC9C9C (or 0xAC9C9C) is known color: Dusty Grey. HEX triplet: AC, 9C and 9C. RGB value is (172,156,156). Sum of RGB (Red+Green+Blue) = 172+156+156=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C9C is #536363. Grayscale: #A0A0A0. Windows color (decimal): -5464932 or 10263724. OLE color: 10263724.

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

Color convert

RGB 172 156 156 -
CMYK 0 0.09 0.09 0.33
HSL 0.09% 0.64% -
HSV(B) 0.09% 0.67% -
XYZ 34.9 34.95 36.36 -
YUV 160.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 172 156 156 0 0.09 0.09 0.33 0 0.09 0.64
Hex AC 9C 9C 0 9 9 21 0 9 40
Octal 254 234 234 0 11 11 41 0 11 100
Binary 10101100 10011100 10011100 0 1001 1001 100001 0 1001 1000000

Color Harmonies of #AC9C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C9C

Black with #AC9C9C

Text Example


Text Example

White with #AC9C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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