Html Css Color HEX #AC9BA6 Shady Lady

📋 copy color: '#AC9BA6'

red 172 ◦ green 155 ◦ blue 166

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

Shades of Shady Lady #AC9BA6

Tints of Shady Lady #AC9BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.67%

R = 34.89%
G = 31.44%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC9BA6 (or 0xAC9BA6) is known color: Shady Lady. HEX triplet: AC, 9B and A6. RGB value is (172,155,166). Sum of RGB (Red+Green+Blue) = 172+155+166=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA6 is #536459. Grayscale: #A1A1A1. Windows color (decimal): -5465178 or 10918828. OLE color: 10918828.

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

Color convert

RGB 172 155 166 -
CMYK 0 0.10 0.03 0.33
HSL 321.18º 0.09% 0.64% -
HSV(B) 321.18º 0.1% 0.67% -
XYZ 35.62 34.97 40.95 -
YUV 161.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 172 155 166 0 0.10 0.03 0.33 321.18 0.09 0.64
Hex AC 9B A6 0 A 3 21 141 9 40
Octal 254 233 246 0 12 3 41 501 11 100
Binary 10101100 10011011 10100110 0 1010 11 100001 101000001 1001 1000000

Color Harmonies of #AC9BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BA6

Black with #AC9BA6

Text Example


Text Example

White with #AC9BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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