Html Css Color HEX #A98CAC London Hue

📋 copy color: '#A98CAC'

red 169 ◦ green 140 ◦ blue 172

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

Shades of London Hue #A98CAC

Tints of London Hue #A98CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.11%

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 35.14%
G = 29.11%
B = 35.76%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A98CAC (or 0xA98CAC) is known color: London Hue. HEX triplet: A9, 8C and AC. RGB value is (169,140,172). Sum of RGB (Red+Green+Blue) = 169+140+172=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #A98CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98CAC is #567353. Grayscale: #989898. Windows color (decimal): -5665620 or 11308201. OLE color: 11308201.

HSL color Cylindrical-coordinate representation of color #A98CAC: hue angle of 294.38º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A98CAC is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 140 172 -
CMYK 0.02 0.19 0 0.33
HSL 294.38º 0.16% 0.61% -
HSV(B) 294.38º 0.19% 0.67% -
XYZ 33.19 30.17 43.1 -
YUV 152.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 169 140 172 0.02 0.19 0 0.33 294.38 0.16 0.61
Hex A9 8C AC 2 13 0 21 126 10 3D
Octal 251 214 254 2 23 0 41 446 20 75
Binary 10101001 10001100 10101100 10 10011 0 100001 100100110 10000 111101

Color Harmonies of #A98CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CAC

Black with #A98CAC

Text Example


Text Example

White with #A98CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CAC; }

 p { color: rgb(169,140,172); }

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

background-color css

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

 a { background-color: rgb(169,140,172); }

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

border-color css

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

 span { border-color: rgb(169,140,172); }

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