Html Css Color HEX #A99BA7 London Hue

📋 copy color: '#A99BA7'

red 169 ◦ green 155 ◦ blue 167

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

Shades of London Hue #A99BA7

Tints of London Hue #A99BA7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.57%

 BLUE value IS 167 (65.63% from 255) = 34.01%

R = 34.42%
G = 31.57%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#A99BA7 (or 0xA99BA7) is known color: London Hue. HEX triplet: A9, 9B and A7. RGB value is (169,155,167). Sum of RGB (Red+Green+Blue) = 169+155+167=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 169 - color contains mainly: red. Hex color #A99BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BA7 is #566458. Grayscale: #A0A0A0. Windows color (decimal): -5661785 or 10984361. OLE color: 10984361.

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

Color convert

RGB 169 155 167 -
CMYK 0 0.08 0.01 0.34
HSL 308.57º 0.08% 0.64% -
HSV(B) 308.57º 0.08% 0.66% -
XYZ 35.06 34.67 41.4 -
YUV 160.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 169 155 167 0 0.08 0.01 0.34 308.57 0.08 0.64
Hex A9 9B A7 0 8 1 22 135 8 40
Octal 251 233 247 0 10 1 42 465 10 100
Binary 10101001 10011011 10100111 0 1000 1 100010 100110101 1000 1000000

Color Harmonies of #A99BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BA7

Black with #A99BA7

Text Example


Text Example

White with #A99BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BA7; }

 p { color: rgb(169,155,167); }

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

background-color css

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

 a { background-color: rgb(169,155,167); }

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

border-color css

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

 span { border-color: rgb(169,155,167); }

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