Html Css Color HEX #AC9BA3 Shady Lady

📋 copy color: '#AC9BA3'

red 172 ◦ green 155 ◦ blue 163

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

Shades of Shady Lady #AC9BA3

Tints of Shady Lady #AC9BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.27%

R = 35.1%
G = 31.63%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC9BA3 (or 0xAC9BA3) is known color: Shady Lady. HEX triplet: AC, 9B and A3. RGB value is (172,155,163). Sum of RGB (Red+Green+Blue) = 172+155+163=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA3 is #53645C. Grayscale: #A0A0A0. Windows color (decimal): -5465181 or 10722220. OLE color: 10722220.

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

Color convert

RGB 172 155 163 -
CMYK 0 0.10 0.05 0.33
HSL 331.76º 0.09% 0.64% -
HSV(B) 331.76º 0.1% 0.67% -
XYZ 35.35 34.86 39.52 -
YUV 161 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 172 155 163 0 0.10 0.05 0.33 331.76 0.09 0.64
Hex AC 9B A3 0 A 5 21 14C 9 40
Octal 254 233 243 0 12 5 41 514 11 100
Binary 10101100 10011011 10100011 0 1010 101 100001 101001100 1001 1000000

Color Harmonies of #AC9BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BA3

Black with #AC9BA3

Text Example


Text Example

White with #AC9BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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