Html Css Color HEX #A889AC London Hue

📋 copy color: '#A889AC'

red 168 ◦ green 137 ◦ blue 172

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

Shades of London Hue #A889AC

Tints of London Hue #A889AC

RGB

 RED value IS 168 (66.02% from 255) = 35.22%

 GREEN value IS 137 (53.91% from 255) = 28.72%

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

R = 35.22%
G = 28.72%
B = 36.06%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A889AC (or 0xA889AC) is known color: London Hue. HEX triplet: A8, 89 and AC. RGB value is (168,137,172). Sum of RGB (Red+Green+Blue) = 168+137+172=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #A889AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A889AC is #577653. Grayscale: #969696. Windows color (decimal): -5731924 or 11307432. OLE color: 11307432.

HSL color Cylindrical-coordinate representation of color #A889AC: hue angle of 293.14º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A889AC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 137 172 -
CMYK 0.02 0.20 0 0.33
HSL 293.14º 0.17% 0.61% -
HSV(B) 293.14º 0.2% 0.67% -
XYZ 32.54 29.19 42.95 -
YUV 150.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 168 137 172 0.02 0.20 0 0.33 293.14 0.17 0.61
Hex A8 89 AC 2 14 0 21 125 11 3D
Octal 250 211 254 2 24 0 41 445 21 75
Binary 10101000 10001001 10101100 10 10100 0 100001 100100101 10001 111101

Color Harmonies of #A889AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A889AC

Black with #A889AC

Text Example


Text Example

White with #A889AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A889AC; }

 p { color: rgb(168,137,172); }

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

background-color css

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

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

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

border-color css

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

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

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