Html Css Color HEX #A995A4 London Hue

📋 copy color: '#A995A4'

red 169 ◦ green 149 ◦ blue 164

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

Shades of London Hue #A995A4

Tints of London Hue #A995A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 35.06%
G = 30.91%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A995A4 (or 0xA995A4) is known color: London Hue. HEX triplet: A9, 95 and A4. RGB value is (169,149,164). Sum of RGB (Red+Green+Blue) = 169+149+164=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A995A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995A4 is #566A5B. Grayscale: #9C9C9C. Windows color (decimal): -5663324 or 10786217. OLE color: 10786217.

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

Color convert

RGB 169 149 164 -
CMYK 0 0.12 0.03 0.34
HSL 315º 0.1% 0.62% -
HSV(B) 315º 0.12% 0.66% -
XYZ 33.81 32.61 39.63 -
YUV 156.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 169 149 164 0 0.12 0.03 0.34 315 0.1 0.62
Hex A9 95 A4 0 C 3 22 13B A 3E
Octal 251 225 244 0 14 3 42 473 12 76
Binary 10101001 10010101 10100100 0 1100 11 100010 100111011 1010 111110

Color Harmonies of #A995A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995A4

Black with #A995A4

Text Example


Text Example

White with #A995A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995A4; }

 p { color: rgb(169,149,164); }

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

background-color css

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

 a { background-color: rgb(169,149,164); }

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

border-color css

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

 span { border-color: rgb(169,149,164); }

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