Html Css Color HEX #AC9BAC London Hue

📋 copy color: '#AC9BAC'

red 172 ◦ green 155 ◦ blue 172

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

Shades of London Hue #AC9BAC

Tints of London Hue #AC9BAC

RGB

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

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

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

R = 34.47%
G = 31.06%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC9BAC (or 0xAC9BAC) is known color: London Hue. HEX triplet: AC, 9B and AC. RGB value is (172,155,172). Sum of RGB (Red+Green+Blue) = 172+155+172=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BAC is #536453. Grayscale: #A1A1A1. Windows color (decimal): -5465172 or 11312044. OLE color: 11312044.

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

Color convert

RGB 172 155 172 -
CMYK 0 0.10 0 0.33
HSL 300º 0.09% 0.64% -
HSV(B) 300º 0.1% 0.67% -
XYZ 36.18 35.19 43.92 -
YUV 162.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 172 155 172 0 0.10 0 0.33 300 0.09 0.64
Hex AC 9B AC 0 A 0 21 12C 9 40
Octal 254 233 254 0 12 0 41 454 11 100
Binary 10101100 10011011 10101100 0 1010 0 100001 100101100 1001 1000000

Color Harmonies of #AC9BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BAC

Black with #AC9BAC

Text Example


Text Example

White with #AC9BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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