Html Css Color HEX #A898A6 London Hue

📋 copy color: '#A898A6'

red 168 ◦ green 152 ◦ blue 166

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

Shades of London Hue #A898A6

Tints of London Hue #A898A6

RGB

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

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

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

R = 34.57%
G = 31.28%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#A898A6 (or 0xA898A6) is known color: London Hue. HEX triplet: A8, 98 and A6. RGB value is (168,152,166). Sum of RGB (Red+Green+Blue) = 168+152+166=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 168 - color contains mainly: red. Hex color #A898A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A898A6 is #576759. Grayscale: #9E9E9E. Windows color (decimal): -5728090 or 10918056. OLE color: 10918056.

HSL color Cylindrical-coordinate representation of color #A898A6: hue angle of 307.5º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A898A6 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 152 166 -
CMYK 0 0.10 0.01 0.34
HSL 307.5º 0.08% 0.63% -
HSV(B) 307.5º 0.1% 0.66% -
XYZ 34.26 33.53 40.74 -
YUV 158.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 168 152 166 0 0.10 0.01 0.34 307.5 0.08 0.63
Hex A8 98 A6 0 A 1 22 134 8 3F
Octal 250 230 246 0 12 1 42 464 10 77
Binary 10101000 10011000 10100110 0 1010 1 100010 100110100 1000 111111

Color Harmonies of #A898A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898A6

Black with #A898A6

Text Example


Text Example

White with #A898A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898A6; }

 p { color: rgb(168,152,166); }

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

background-color css

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

 a { background-color: rgb(168,152,166); }

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

border-color css

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

 span { border-color: rgb(168,152,166); }

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