Html Css Color HEX #AC9CAE London Hue

📋 copy color: '#AC9CAE'

red 172 ◦ green 156 ◦ blue 174

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

Shades of London Hue #AC9CAE

Tints of London Hue #AC9CAE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.08%

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 34.26%
G = 31.08%
B = 34.66%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC9CAE (or 0xAC9CAE) is known color: London Hue. HEX triplet: AC, 9C and AE. RGB value is (172,156,174). Sum of RGB (Red+Green+Blue) = 172+156+174=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC9CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CAE is #536351. Grayscale: #A2A2A2. Windows color (decimal): -5464914 or 11443372. OLE color: 11443372.

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

Color convert

RGB 172 156 174 -
CMYK 0.01 0.10 0 0.32
HSL 293.33º 0.1% 0.65% -
HSV(B) 293.33º 0.1% 0.68% -
XYZ 36.54 35.6 44.99 -
YUV 162.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 172 156 174 0.01 0.10 0 0.32 293.33 0.1 0.65
Hex AC 9C AE 1 A 0 20 125 A 41
Octal 254 234 256 1 12 0 40 445 12 101
Binary 10101100 10011100 10101110 1 1010 0 100000 100100101 1010 1000001

Color Harmonies of #AC9CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CAE

Black with #AC9CAE

Text Example


Text Example

White with #AC9CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CAE; }

 p { color: rgb(172,156,174); }

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

background-color css

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

 a { background-color: rgb(172,156,174); }

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

border-color css

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

 span { border-color: rgb(172,156,174); }

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