Html Css Color HEX #AC9B9B Dusty Grey

📋 copy color: '#AC9B9B'

red 172 ◦ green 155 ◦ blue 155

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

Shades of Dusty Grey #AC9B9B

Tints of Dusty Grey #AC9B9B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.16%

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 35.68%
G = 32.16%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC9B9B (or 0xAC9B9B) is known color: Dusty Grey. HEX triplet: AC, 9B and 9B. RGB value is (172,155,155). Sum of RGB (Red+Green+Blue) = 172+155+155=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B9B is #536464. Grayscale: #A0A0A0. Windows color (decimal): -5465189 or 10197932. OLE color: 10197932.

HSL color Cylindrical-coordinate representation of color #AC9B9B: 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.1%. Process color model (Four color, CMYK) of #AC9B9B is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 155 155 -
CMYK 0 0.10 0.10 0.33
HSL 0.09% 0.64% -
HSV(B) 0.1% 0.67% -
XYZ 34.65 34.58 35.86 -
YUV 160.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 172 155 155 0 0.10 0.10 0.33 0 0.09 0.64
Hex AC 9B 9B 0 A A 21 0 9 40
Octal 254 233 233 0 12 12 41 0 11 100
Binary 10101100 10011011 10011011 0 1010 1010 100001 0 1001 1000000

Color Harmonies of #AC9B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B9B

Black with #AC9B9B

Text Example


Text Example

White with #AC9B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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