Html Css Color HEX #A98C99 Shady Lady

📋 copy color: '#A98C99'

red 169 ◦ green 140 ◦ blue 153

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

Shades of Shady Lady #A98C99

Tints of Shady Lady #A98C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.12%

R = 36.58%
G = 30.3%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A98C99 (or 0xA98C99) is known color: Shady Lady. HEX triplet: A9, 8C and 99. RGB value is (169,140,153). Sum of RGB (Red+Green+Blue) = 169+140+153=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98C99 is #567366. Grayscale: #969696. Windows color (decimal): -5665639 or 10063017. OLE color: 10063017.

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

Color convert

RGB 169 140 153 -
CMYK 0 0.17 0.09 0.34
HSL 333.1º 0.14% 0.61% -
HSV(B) 333.1º 0.17% 0.66% -
XYZ 31.49 29.49 34.17 -
YUV 150.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 169 140 153 0 0.17 0.09 0.34 333.1 0.14 0.61
Hex A9 8C 99 0 11 9 22 14D E 3D
Octal 251 214 231 0 21 11 42 515 16 75
Binary 10101001 10001100 10011001 0 10001 1001 100010 101001101 1110 111101

Color Harmonies of #A98C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98C99

Black with #A98C99

Text Example


Text Example

White with #A98C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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