Html Css Color HEX #AC9BAE London Hue

📋 copy color: '#AC9BAE'

red 172 ◦ green 155 ◦ blue 174

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

Shades of London Hue #AC9BAE

Tints of London Hue #AC9BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

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

R = 34.33%
G = 30.94%
B = 34.73%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC9BAE (or 0xAC9BAE) is known color: London Hue. HEX triplet: AC, 9B and AE. RGB value is (172,155,174). Sum of RGB (Red+Green+Blue) = 172+155+174=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC9BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BAE is #536451. Grayscale: #A2A2A2. Windows color (decimal): -5465170 or 11443116. OLE color: 11443116.

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

Color convert

RGB 172 155 174 -
CMYK 0.01 0.11 0 0.32
HSL 293.68º 0.1% 0.65% -
HSV(B) 293.68º 0.11% 0.68% -
XYZ 36.37 35.27 44.93 -
YUV 162.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 172 155 174 0.01 0.11 0 0.32 293.68 0.1 0.65
Hex AC 9B AE 1 B 0 20 126 A 41
Octal 254 233 256 1 13 0 40 446 12 101
Binary 10101100 10011011 10101110 1 1011 0 100000 100100110 1010 1000001

Color Harmonies of #AC9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BAE

Black with #AC9BAE

Text Example


Text Example

White with #AC9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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