Html Css Color HEX #A985A5 London Hue

📋 copy color: '#A985A5'

red 169 ◦ green 133 ◦ blue 165

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

Shades of London Hue #A985A5

Tints of London Hue #A985A5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.48%

 BLUE value IS 165 (64.84% from 255) = 35.33%

R = 36.19%
G = 28.48%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A985A5 (or 0xA985A5) is known color: London Hue. HEX triplet: A9, 85 and A5. RGB value is (169,133,165). Sum of RGB (Red+Green+Blue) = 169+133+165=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 169 - color contains mainly: red. Hex color #A985A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A985A5 is #567A5A. Grayscale: #939393. Windows color (decimal): -5667419 or 10847657. OLE color: 10847657.

HSL color Cylindrical-coordinate representation of color #A985A5: hue angle of 306.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A985A5 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 133 165 -
CMYK 0 0.21 0.02 0.34
HSL 306.67º 0.17% 0.59% -
HSV(B) 306.67º 0.21% 0.66% -
XYZ 31.54 27.93 39.33 -
YUV 147.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 169 133 165 0 0.21 0.02 0.34 306.67 0.17 0.59
Hex A9 85 A5 0 15 2 22 133 11 3B
Octal 251 205 245 0 25 2 42 463 21 73
Binary 10101001 10000101 10100101 0 10101 10 100010 100110011 10001 111011

Color Harmonies of #A985A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985A5

Black with #A985A5

Text Example


Text Example

White with #A985A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985A5; }

 p { color: rgb(169,133,165); }

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

background-color css

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

 a { background-color: rgb(169,133,165); }

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

border-color css

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

 span { border-color: rgb(169,133,165); }

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