Html Css Color HEX #AC9DAB London Hue

📋 copy color: '#AC9DAB'

red 172 ◦ green 157 ◦ blue 171

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

Shades of London Hue #AC9DAB

Tints of London Hue #AC9DAB

RGB

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

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

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

R = 34.4%
G = 31.4%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC9DAB (or 0xAC9DAB) is known color: London Hue. HEX triplet: AC, 9D and AB. RGB value is (172,157,171). Sum of RGB (Red+Green+Blue) = 172+157+171=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DAB is #536254. Grayscale: #A3A3A3. Windows color (decimal): -5464661 or 11247020. OLE color: 11247020.

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

Color convert

RGB 172 157 171 -
CMYK 0 0.09 0.01 0.33
HSL 304º 0.08% 0.65% -
HSV(B) 304º 0.09% 0.67% -
XYZ 36.42 35.82 43.52 -
YUV 163.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 172 157 171 0 0.09 0.01 0.33 304 0.08 0.65
Hex AC 9D AB 0 9 1 21 130 8 41
Octal 254 235 253 0 11 1 41 460 10 101
Binary 10101100 10011101 10101011 0 1001 1 100001 100110000 1000 1000001

Color Harmonies of #AC9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DAB

Black with #AC9DAB

Text Example


Text Example

White with #AC9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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