Html Css Color HEX #A498A0 Shady Lady

📋 copy color: '#A498A0'

red 164 ◦ green 152 ◦ blue 160

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

Shades of Shady Lady #A498A0

Tints of Shady Lady #A498A0

RGB

 RED value IS 164 (64.45% from 255) = 34.45%

 GREEN value IS 152 (59.77% from 255) = 31.93%

 BLUE value IS 160 (62.89% from 255) = 33.61%

R = 34.45%
G = 31.93%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A498A0 (or 0xA498A0) is known color: Shady Lady. HEX triplet: A4, 98 and A0. RGB value is (164,152,160). Sum of RGB (Red+Green+Blue) = 164+152+160=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 164 - color contains mainly: red. Hex color #A498A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498A0 is #5B675F. Grayscale: #9C9C9C. Windows color (decimal): -5990240 or 10524836. OLE color: 10524836.

HSL color Cylindrical-coordinate representation of color #A498A0: hue angle of 320º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A498A0 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 152 160 -
CMYK 0 0.07 0.02 0.36
HSL 320º 0.06% 0.62% -
HSV(B) 320º 0.07% 0.64% -
XYZ 32.88 32.89 37.87 -
YUV 156.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 164 152 160 0 0.07 0.02 0.36 320 0.06 0.62
Hex A4 98 A0 0 7 2 24 140 6 3E
Octal 244 230 240 0 7 2 44 500 6 76
Binary 10100100 10011000 10100000 0 111 10 100100 101000000 110 111110

Color Harmonies of #A498A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498A0

Black with #A498A0

Text Example


Text Example

White with #A498A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498A0; }

 p { color: rgb(164,152,160); }

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

background-color css

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

 a { background-color: rgb(164,152,160); }

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

border-color css

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

 span { border-color: rgb(164,152,160); }

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