Html Css Color HEX #A895A3 London Hue

📋 copy color: '#A895A3'

red 168 ◦ green 149 ◦ blue 163

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

Shades of London Hue #A895A3

Tints of London Hue #A895A3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.04%

 BLUE value IS 163 (64.06% from 255) = 33.96%

R = 35%
G = 31.04%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A895A3 (or 0xA895A3) is known color: London Hue. HEX triplet: A8, 95 and A3. RGB value is (168,149,163). Sum of RGB (Red+Green+Blue) = 168+149+163=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 168 - color contains mainly: red. Hex color #A895A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A895A3 is #576A5C. Grayscale: #9C9C9C. Windows color (decimal): -5728861 or 10720680. OLE color: 10720680.

HSL color Cylindrical-coordinate representation of color #A895A3: hue angle of 315.79º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A895A3 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 149 163 -
CMYK 0 0.11 0.03 0.34
HSL 315.79º 0.1% 0.62% -
HSV(B) 315.79º 0.11% 0.66% -
XYZ 33.51 32.46 39.15 -
YUV 156.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 168 149 163 0 0.11 0.03 0.34 315.79 0.1 0.62
Hex A8 95 A3 0 B 3 22 13C A 3E
Octal 250 225 243 0 13 3 42 474 12 76
Binary 10101000 10010101 10100011 0 1011 11 100010 100111100 1010 111110

Color Harmonies of #A895A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895A3

Black with #A895A3

Text Example


Text Example

White with #A895A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895A3; }

 p { color: rgb(168,149,163); }

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

background-color css

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

 a { background-color: rgb(168,149,163); }

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

border-color css

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

 span { border-color: rgb(168,149,163); }

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