Html Css Color HEX #AC9FAB London Hue

📋 copy color: '#AC9FAB'

red 172 ◦ green 159 ◦ blue 171

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

Shades of London Hue #AC9FAB

Tints of London Hue #AC9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.67%

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 34.26%
G = 31.67%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC9FAB (or 0xAC9FAB) is known color: London Hue. HEX triplet: AC, 9F and AB. RGB value is (172,159,171). Sum of RGB (Red+Green+Blue) = 172+159+171=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FAB is #536054. Grayscale: #A4A4A4. Windows color (decimal): -5464149 or 11247532. OLE color: 11247532.

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

Color convert

RGB 172 159 171 -
CMYK 0 0.08 0.01 0.33
HSL 304.62º 0.07% 0.65% -
HSV(B) 304.62º 0.08% 0.67% -
XYZ 36.76 36.51 43.64 -
YUV 164.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 172 159 171 0 0.08 0.01 0.33 304.62 0.07 0.65
Hex AC 9F AB 0 8 1 21 131 7 41
Octal 254 237 253 0 10 1 41 461 7 101
Binary 10101100 10011111 10101011 0 1000 1 100001 100110001 111 1000001

Color Harmonies of #AC9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FAB

Black with #AC9FAB

Text Example


Text Example

White with #AC9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FAB; }

 p { color: rgb(172,159,171); }

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

background-color css

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

 a { background-color: rgb(172,159,171); }

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

border-color css

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

 span { border-color: rgb(172,159,171); }

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