Html Css Color HEX #AC9BA4 Shady Lady

📋 copy color: '#AC9BA4'

red 172 ◦ green 155 ◦ blue 164

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

Shades of Shady Lady #AC9BA4

Tints of Shady Lady #AC9BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.4%

R = 35.03%
G = 31.57%
B = 33.4%

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

#AC9BA4 (or 0xAC9BA4) is known color: Shady Lady. HEX triplet: AC, 9B and A4. RGB value is (172,155,164). Sum of RGB (Red+Green+Blue) = 172+155+164=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA4 is #53645B. Grayscale: #A1A1A1. Windows color (decimal): -5465180 or 10787756. OLE color: 10787756.

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

Color convert

RGB 172 155 164 -
CMYK 0 0.10 0.05 0.33
HSL 328.24º 0.09% 0.64% -
HSV(B) 328.24º 0.1% 0.67% -
XYZ 35.44 34.89 39.99 -
YUV 161.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 172 155 164 0 0.10 0.05 0.33 328.24 0.09 0.64
Hex AC 9B A4 0 A 5 21 148 9 40
Octal 254 233 244 0 12 5 41 510 11 100
Binary 10101100 10011011 10100100 0 1010 101 100001 101001000 1001 1000000

Color Harmonies of #AC9BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BA4

Black with #AC9BA4

Text Example


Text Example

White with #AC9BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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