Html Css Color HEX #AC9DA9 London Hue

📋 copy color: '#AC9DA9'

red 172 ◦ green 157 ◦ blue 169

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

Shades of London Hue #AC9DA9

Tints of London Hue #AC9DA9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.53%

 BLUE value IS 169 (66.41% from 255) = 33.94%

R = 34.54%
G = 31.53%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC9DA9 (or 0xAC9DA9) is known color: London Hue. HEX triplet: AC, 9D and A9. RGB value is (172,157,169). Sum of RGB (Red+Green+Blue) = 172+157+169=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DA9 is #536256. Grayscale: #A2A2A2. Windows color (decimal): -5464663 or 11115948. OLE color: 11115948.

HSL color Cylindrical-coordinate representation of color #AC9DA9: hue angle of 312º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AC9DA9 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 157 169 -
CMYK 0 0.09 0.02 0.33
HSL 312º 0.08% 0.65% -
HSV(B) 312º 0.09% 0.67% -
XYZ 36.23 35.75 42.53 -
YUV 162.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 172 157 169 0 0.09 0.02 0.33 312 0.08 0.65
Hex AC 9D A9 0 9 2 21 138 8 41
Octal 254 235 251 0 11 2 41 470 10 101
Binary 10101100 10011101 10101001 0 1001 10 100001 100111000 1000 1000001

Color Harmonies of #AC9DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DA9

Black with #AC9DA9

Text Example


Text Example

White with #AC9DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DA9; }

 p { color: rgb(172,157,169); }

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

background-color css

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

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

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

border-color css

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

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

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