Html Css Color HEX #A990A5 London Hue

📋 copy color: '#A990A5'

red 169 ◦ green 144 ◦ blue 165

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

Shades of London Hue #A990A5

Tints of London Hue #A990A5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.13%

 BLUE value IS 165 (64.84% from 255) = 34.52%

R = 35.36%
G = 30.13%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A990A5 (or 0xA990A5) is known color: London Hue. HEX triplet: A9, 90 and A5. RGB value is (169,144,165). Sum of RGB (Red+Green+Blue) = 169+144+165=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 169 - color contains mainly: red. Hex color #A990A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A990A5 is #566F5A. Grayscale: #999999. Windows color (decimal): -5664603 or 10850473. OLE color: 10850473.

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

Color convert

RGB 169 144 165 -
CMYK 0 0.15 0.02 0.34
HSL 309.6º 0.13% 0.61% -
HSV(B) 309.6º 0.15% 0.66% -
XYZ 33.13 31.1 39.85 -
YUV 153.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 169 144 165 0 0.15 0.02 0.34 309.6 0.13 0.61
Hex A9 90 A5 0 F 2 22 136 D 3D
Octal 251 220 245 0 17 2 42 466 15 75
Binary 10101001 10010000 10100101 0 1111 10 100010 100110110 1101 111101

Color Harmonies of #A990A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990A5

Black with #A990A5

Text Example


Text Example

White with #A990A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990A5; }

 p { color: rgb(169,144,165); }

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

background-color css

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

 a { background-color: rgb(169,144,165); }

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

border-color css

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

 span { border-color: rgb(169,144,165); }

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