Html Css Color HEX #AC9CAB London Hue

📋 copy color: '#AC9CAB'

red 172 ◦ green 156 ◦ blue 171

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

Shades of London Hue #AC9CAB

Tints of London Hue #AC9CAB

RGB

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

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

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

R = 34.47%
G = 31.26%
B = 34.27%

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

#AC9CAB (or 0xAC9CAB) is known color: London Hue. HEX triplet: AC, 9C and AB. RGB value is (172,156,171). Sum of RGB (Red+Green+Blue) = 172+156+171=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CAB is #536354. Grayscale: #A2A2A2. Windows color (decimal): -5464917 or 11246764. OLE color: 11246764.

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

Color convert

RGB 172 156 171 -
CMYK 0 0.09 0.01 0.33
HSL 303.75º 0.09% 0.64% -
HSV(B) 303.75º 0.09% 0.67% -
XYZ 36.25 35.49 43.47 -
YUV 162.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 172 156 171 0 0.09 0.01 0.33 303.75 0.09 0.64
Hex AC 9C AB 0 9 1 21 130 9 40
Octal 254 234 253 0 11 1 41 460 11 100
Binary 10101100 10011100 10101011 0 1001 1 100001 100110000 1001 1000000

Color Harmonies of #AC9CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CAB

Black with #AC9CAB

Text Example


Text Example

White with #AC9CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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