Html Css Color HEX #AC9DA8 London Hue

📋 copy color: '#AC9DA8'

red 172 ◦ green 157 ◦ blue 168

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

Shades of London Hue #AC9DA8

Tints of London Hue #AC9DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.8%

R = 34.61%
G = 31.59%
B = 33.8%

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

#AC9DA8 (or 0xAC9DA8) is known color: London Hue. HEX triplet: AC, 9D and A8. RGB value is (172,157,168). Sum of RGB (Red+Green+Blue) = 172+157+168=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DA8 is #536257. Grayscale: #A2A2A2. Windows color (decimal): -5464664 or 11050412. OLE color: 11050412.

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

Color convert

RGB 172 157 168 -
CMYK 0 0.09 0.02 0.33
HSL 316º 0.08% 0.65% -
HSV(B) 316º 0.09% 0.67% -
XYZ 36.14 35.71 42.03 -
YUV 162.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 172 157 168 0 0.09 0.02 0.33 316 0.08 0.65
Hex AC 9D A8 0 9 2 21 13C 8 41
Octal 254 235 250 0 11 2 41 474 10 101
Binary 10101100 10011101 10101000 0 1001 10 100001 100111100 1000 1000001

Color Harmonies of #AC9DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DA8

Black with #AC9DA8

Text Example


Text Example

White with #AC9DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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