Html Css Color HEX #AC86A4 London Hue

📋 copy color: '#AC86A4'

red 172 ◦ green 134 ◦ blue 164

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

Shades of London Hue #AC86A4

Tints of London Hue #AC86A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.89%

R = 36.6%
G = 28.51%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC86A4 (or 0xAC86A4) is known color: London Hue. HEX triplet: AC, 86 and A4. RGB value is (172,134,164). Sum of RGB (Red+Green+Blue) = 172+134+164=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC86A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86A4 is #53795B. Grayscale: #949494. Windows color (decimal): -5470556 or 10782380. OLE color: 10782380.

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

Color convert

RGB 172 134 164 -
CMYK 0 0.22 0.05 0.33
HSL 312.63º 0.19% 0.6% -
HSV(B) 312.63º 0.22% 0.67% -
XYZ 32.24 28.5 38.92 -
YUV 148.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 172 134 164 0 0.22 0.05 0.33 312.63 0.19 0.6
Hex AC 86 A4 0 16 5 21 139 13 3C
Octal 254 206 244 0 26 5 41 471 23 74
Binary 10101100 10000110 10100100 0 10110 101 100001 100111001 10011 111100

Color Harmonies of #AC86A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC86A4

Black with #AC86A4

Text Example


Text Example

White with #AC86A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC86A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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