Html Css Color HEX #AC86AF London Hue

📋 copy color: '#AC86AF'

red 172 ◦ green 134 ◦ blue 175

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

Shades of London Hue #AC86AF

Tints of London Hue #AC86AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.38%

R = 35.76%
G = 27.86%
B = 36.38%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC86AF (or 0xAC86AF) is known color: London Hue. HEX triplet: AC, 86 and AF. RGB value is (172,134,175). Sum of RGB (Red+Green+Blue) = 172+134+175=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC86AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86AF is #537950. Grayscale: #959595. Windows color (decimal): -5470545 or 11503276. OLE color: 11503276.

HSL color Cylindrical-coordinate representation of color #AC86AF: hue angle of 295.61º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC86AF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 134 175 -
CMYK 0.02 0.23 0 0.31
HSL 295.61º 0.2% 0.61% -
HSV(B) 295.61º 0.23% 0.69% -
XYZ 33.28 28.92 44.38 -
YUV 150.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 172 134 175 0.02 0.23 0 0.31 295.61 0.2 0.61
Hex AC 86 AF 2 17 0 1F 128 14 3D
Octal 254 206 257 2 27 0 37 450 24 75
Binary 10101100 10000110 10101111 10 10111 0 11111 100101000 10100 111101

Color Harmonies of #AC86AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC86AF

Black with #AC86AF

Text Example


Text Example

White with #AC86AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC86AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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