Html Css Color HEX #A889A2 London Hue

📋 copy color: '#A889A2'

red 168 ◦ green 137 ◦ blue 162

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

Shades of London Hue #A889A2

Tints of London Hue #A889A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.69%

R = 35.97%
G = 29.34%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A889A2 (or 0xA889A2) is known color: London Hue. HEX triplet: A8, 89 and A2. RGB value is (168,137,162). Sum of RGB (Red+Green+Blue) = 168+137+162=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A889A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A889A2 is #57765D. Grayscale: #959595. Windows color (decimal): -5731934 or 10652072. OLE color: 10652072.

HSL color Cylindrical-coordinate representation of color #A889A2: hue angle of 311.61º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A889A2 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 137 162 -
CMYK 0 0.18 0.04 0.34
HSL 311.61º 0.15% 0.6% -
HSV(B) 311.61º 0.18% 0.66% -
XYZ 31.62 28.82 38.08 -
YUV 149.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 168 137 162 0 0.18 0.04 0.34 311.61 0.15 0.6
Hex A8 89 A2 0 12 4 22 138 F 3C
Octal 250 211 242 0 22 4 42 470 17 74
Binary 10101000 10001001 10100010 0 10010 100 100010 100111000 1111 111100

Color Harmonies of #A889A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A889A2

Black with #A889A2

Text Example


Text Example

White with #A889A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A889A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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