Html Css Color HEX #A998AB London Hue

📋 copy color: '#A998AB'

red 169 ◦ green 152 ◦ blue 171

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

Shades of London Hue #A998AB

Tints of London Hue #A998AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.89%

 BLUE value IS 171 (67.19% from 255) = 34.76%

R = 34.35%
G = 30.89%
B = 34.76%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A998AB (or 0xA998AB) is known color: London Hue. HEX triplet: A9, 98 and AB. RGB value is (169,152,171). Sum of RGB (Red+Green+Blue) = 169+152+171=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 171 - color contains mainly: blue. Hex color #A998AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998AB is #566754. Grayscale: #9F9F9F. Windows color (decimal): -5662549 or 11245737. OLE color: 11245737.

HSL color Cylindrical-coordinate representation of color #A998AB: hue angle of 293.68º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A998AB is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 152 171 -
CMYK 0.01 0.11 0 0.33
HSL 293.68º 0.1% 0.63% -
HSV(B) 293.68º 0.11% 0.67% -
XYZ 34.94 33.83 43.22 -
YUV 159.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 169 152 171 0.01 0.11 0 0.33 293.68 0.1 0.63
Hex A9 98 AB 1 B 0 21 126 A 3F
Octal 251 230 253 1 13 0 41 446 12 77
Binary 10101001 10011000 10101011 1 1011 0 100001 100100110 1010 111111

Color Harmonies of #A998AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998AB

Black with #A998AB

Text Example


Text Example

White with #A998AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998AB; }

 p { color: rgb(169,152,171); }

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

background-color css

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

 a { background-color: rgb(169,152,171); }

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

border-color css

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

 span { border-color: rgb(169,152,171); }

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