Html Css Color HEX #A98EA6 London Hue

📋 copy color: '#A98EA6'

red 169 ◦ green 142 ◦ blue 166

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

Shades of London Hue #A98EA6

Tints of London Hue #A98EA6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.77%

 BLUE value IS 166 (65.23% from 255) = 34.8%

R = 35.43%
G = 29.77%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A98EA6 (or 0xA98EA6) is known color: London Hue. HEX triplet: A9, 8E and A6. RGB value is (169,142,166). Sum of RGB (Red+Green+Blue) = 169+142+166=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 169 - color contains mainly: red. Hex color #A98EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EA6 is #567159. Grayscale: #989898. Windows color (decimal): -5665114 or 10915497. OLE color: 10915497.

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

Color convert

RGB 169 142 166 -
CMYK 0 0.16 0.02 0.34
HSL 306.67º 0.14% 0.61% -
HSV(B) 306.67º 0.16% 0.66% -
XYZ 32.92 30.53 40.24 -
YUV 152.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 169 142 166 0 0.16 0.02 0.34 306.67 0.14 0.61
Hex A9 8E A6 0 10 2 22 133 E 3D
Octal 251 216 246 0 20 2 42 463 16 75
Binary 10101001 10001110 10100110 0 10000 10 100010 100110011 1110 111101

Color Harmonies of #A98EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98EA6

Black with #A98EA6

Text Example


Text Example

White with #A98EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98EA6; }

 p { color: rgb(169,142,166); }

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

background-color css

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

 a { background-color: rgb(169,142,166); }

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

border-color css

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

 span { border-color: rgb(169,142,166); }

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