Html Css Color HEX #AC9FAD London Hue

📋 copy color: '#AC9FAD'

red 172 ◦ green 159 ◦ blue 173

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

Shades of London Hue #AC9FAD

Tints of London Hue #AC9FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 34.13%
G = 31.55%
B = 34.33%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC9FAD (or 0xAC9FAD) is known color: London Hue. HEX triplet: AC, 9F and AD. RGB value is (172,159,173). Sum of RGB (Red+Green+Blue) = 172+159+173=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FAD is #536052. Grayscale: #A4A4A4. Windows color (decimal): -5464147 or 11378604. OLE color: 11378604.

HSL color Cylindrical-coordinate representation of color #AC9FAD: hue angle of 295.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AC9FAD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 159 173 -
CMYK 0.01 0.08 0 0.32
HSL 295.71º 0.08% 0.65% -
HSV(B) 295.71º 0.08% 0.68% -
XYZ 36.95 36.58 44.65 -
YUV 164.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 172 159 173 0.01 0.08 0 0.32 295.71 0.08 0.65
Hex AC 9F AD 1 8 0 20 128 8 41
Octal 254 237 255 1 10 0 40 450 10 101
Binary 10101100 10011111 10101101 1 1000 0 100000 100101000 1000 1000001

Color Harmonies of #AC9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FAD

Black with #AC9FAD

Text Example


Text Example

White with #AC9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FAD; }

 p { color: rgb(172,159,173); }

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

background-color css

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

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

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

border-color css

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

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

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