Html Css Color HEX #AC9BAB London Hue

📋 copy color: '#AC9BAB'

red 172 ◦ green 155 ◦ blue 171

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

Shades of London Hue #AC9BAB

Tints of London Hue #AC9BAB

RGB

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

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

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

R = 34.54%
G = 31.12%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC9BAB (or 0xAC9BAB) is known color: London Hue. HEX triplet: AC, 9B and AB. RGB value is (172,155,171). Sum of RGB (Red+Green+Blue) = 172+155+171=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BAB is #536454. Grayscale: #A1A1A1. Windows color (decimal): -5465173 or 11246508. OLE color: 11246508.

HSL color Cylindrical-coordinate representation of color #AC9BAB: hue angle of 303.53º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9BAB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 155 171 -
CMYK 0 0.10 0.01 0.33
HSL 303.53º 0.09% 0.64% -
HSV(B) 303.53º 0.1% 0.67% -
XYZ 36.09 35.15 43.41 -
YUV 161.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 172 155 171 0 0.10 0.01 0.33 303.53 0.09 0.64
Hex AC 9B AB 0 A 1 21 130 9 40
Octal 254 233 253 0 12 1 41 460 11 100
Binary 10101100 10011011 10101011 0 1010 1 100001 100110000 1001 1000000

Color Harmonies of #AC9BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BAB

Black with #AC9BAB

Text Example


Text Example

White with #AC9BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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