Html Css Color HEX #A986AC London Hue

📋 copy color: '#A986AC'

red 169 ◦ green 134 ◦ blue 172

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

Shades of London Hue #A986AC

Tints of London Hue #A986AC

RGB

 RED value IS 169 (66.41% from 255) = 35.58%

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

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

R = 35.58%
G = 28.21%
B = 36.21%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A986AC (or 0xA986AC) is known color: London Hue. HEX triplet: A9, 86 and AC. RGB value is (169,134,172). Sum of RGB (Red+Green+Blue) = 169+134+172=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #A986AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A986AC is #567953. Grayscale: #949494. Windows color (decimal): -5667156 or 11306665. OLE color: 11306665.

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

Color convert

RGB 169 134 172 -
CMYK 0.02 0.22 0 0.33
HSL 295.26º 0.19% 0.6% -
HSV(B) 295.26º 0.22% 0.67% -
XYZ 32.33 28.46 42.82 -
YUV 148.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 169 134 172 0.02 0.22 0 0.33 295.26 0.19 0.6
Hex A9 86 AC 2 16 0 21 127 13 3C
Octal 251 206 254 2 26 0 41 447 23 74
Binary 10101001 10000110 10101100 10 10110 0 100001 100100111 10011 111100

Color Harmonies of #A986AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986AC

Black with #A986AC

Text Example


Text Example

White with #A986AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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