Html Css Color HEX #AC86AA London Hue

📋 copy color: '#AC86AA'

red 172 ◦ green 134 ◦ blue 170

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

Shades of London Hue #AC86AA

Tints of London Hue #AC86AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.15%

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 36.13%
G = 28.15%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC86AA (or 0xAC86AA) is known color: London Hue. HEX triplet: AC, 86 and AA. RGB value is (172,134,170). Sum of RGB (Red+Green+Blue) = 172+134+170=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC86AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86AA is #537955. Grayscale: #959595. Windows color (decimal): -5470550 or 11175596. OLE color: 11175596.

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

Color convert

RGB 172 134 170 -
CMYK 0 0.22 0.01 0.33
HSL 303.16º 0.19% 0.6% -
HSV(B) 303.16º 0.22% 0.67% -
XYZ 32.79 28.72 41.85 -
YUV 149.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 172 134 170 0 0.22 0.01 0.33 303.16 0.19 0.6
Hex AC 86 AA 0 16 1 21 12F 13 3C
Octal 254 206 252 0 26 1 41 457 23 74
Binary 10101100 10000110 10101010 0 10110 1 100001 100101111 10011 111100

Color Harmonies of #AC86AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC86AA

Black with #AC86AA

Text Example


Text Example

White with #AC86AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC86AA; }

 p { color: rgb(172,134,170); }

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

background-color css

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

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

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

border-color css

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

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

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