Html Css Color HEX #A399A1 London Hue

📋 copy color: '#A399A1'

red 163 ◦ green 153 ◦ blue 161

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

Shades of London Hue #A399A1

Tints of London Hue #A399A1

RGB

 RED value IS 163 (64.06% from 255) = 34.17%

 GREEN value IS 153 (60.16% from 255) = 32.08%

 BLUE value IS 161 (63.28% from 255) = 33.75%

R = 34.17%
G = 32.08%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A399A1 (or 0xA399A1) is known color: London Hue. HEX triplet: A3, 99 and A1. RGB value is (163,153,161). Sum of RGB (Red+Green+Blue) = 163+153+161=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 163 - color contains mainly: red. Hex color #A399A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399A1 is #5C665E. Grayscale: #9C9C9C. Windows color (decimal): -6055519 or 10590627. OLE color: 10590627.

HSL color Cylindrical-coordinate representation of color #A399A1: hue angle of 312º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A399A1 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 153 161 -
CMYK 0 0.06 0.01 0.36
HSL 312º 0.05% 0.62% -
HSV(B) 312º 0.06% 0.64% -
XYZ 32.93 33.14 38.38 -
YUV 156.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 163 153 161 0 0.06 0.01 0.36 312 0.05 0.62
Hex A3 99 A1 0 6 1 24 138 5 3E
Octal 243 231 241 0 6 1 44 470 5 76
Binary 10100011 10011001 10100001 0 110 1 100100 100111000 101 111110

Color Harmonies of #A399A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399A1

Black with #A399A1

Text Example


Text Example

White with #A399A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399A1; }

 p { color: rgb(163,153,161); }

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

background-color css

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

 a { background-color: rgb(163,153,161); }

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

border-color css

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

 span { border-color: rgb(163,153,161); }

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