Html Css Color HEX #AC9DA7 London Hue

📋 copy color: '#AC9DA7'

red 172 ◦ green 157 ◦ blue 167

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

Shades of London Hue #AC9DA7

Tints of London Hue #AC9DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.67%

R = 34.68%
G = 31.65%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC9DA7 (or 0xAC9DA7) is known color: London Hue. HEX triplet: AC, 9D and A7. RGB value is (172,157,167). Sum of RGB (Red+Green+Blue) = 172+157+167=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DA7 is #536258. Grayscale: #A2A2A2. Windows color (decimal): -5464665 or 10984876. OLE color: 10984876.

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

Color convert

RGB 172 157 167 -
CMYK 0 0.09 0.03 0.33
HSL 320º 0.08% 0.65% -
HSV(B) 320º 0.09% 0.67% -
XYZ 36.05 35.67 41.55 -
YUV 162.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 172 157 167 0 0.09 0.03 0.33 320 0.08 0.65
Hex AC 9D A7 0 9 3 21 140 8 41
Octal 254 235 247 0 11 3 41 500 10 101
Binary 10101100 10011101 10100111 0 1001 11 100001 101000000 1000 1000001

Color Harmonies of #AC9DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DA7

Black with #AC9DA7

Text Example


Text Example

White with #AC9DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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