Html Css Color HEX #A79498 Shady Lady

📋 copy color: '#A79498'

red 167 ◦ green 148 ◦ blue 152

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

Shades of Shady Lady #A79498

Tints of Shady Lady #A79498

RGB

 RED value IS 167 (65.63% from 255) = 35.76%

 GREEN value IS 148 (58.2% from 255) = 31.69%

 BLUE value IS 152 (59.77% from 255) = 32.55%

R = 35.76%
G = 31.69%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A79498 (or 0xA79498) is known color: Shady Lady. HEX triplet: A7, 94 and 98. RGB value is (167,148,152). Sum of RGB (Red+Green+Blue) = 167+148+152=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 167 - color contains mainly: red. Hex color #A79498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79498 is #586B67. Grayscale: #9A9A9A. Windows color (decimal): -5794664 or 9999527. OLE color: 9999527.

HSL color Cylindrical-coordinate representation of color #A79498: hue angle of 347.37º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A79498 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 148 152 -
CMYK 0 0.11 0.09 0.35
HSL 347.37º 0.1% 0.62% -
HSV(B) 347.37º 0.11% 0.65% -
XYZ 32.19 31.66 34.12 -
YUV 154.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 167 148 152 0 0.11 0.09 0.35 347.37 0.1 0.62
Hex A7 94 98 0 B 9 23 15B A 3E
Octal 247 224 230 0 13 11 43 533 12 76
Binary 10100111 10010100 10011000 0 1011 1001 100011 101011011 1010 111110

Color Harmonies of #A79498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79498

Black with #A79498

Text Example


Text Example

White with #A79498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79498; }

 p { color: rgb(167,148,152); }

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

background-color css

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

 a { background-color: rgb(167,148,152); }

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

border-color css

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

 span { border-color: rgb(167,148,152); }

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