Html Css Color HEX #A794A0 Shady Lady

📋 copy color: '#A794A0'

red 167 ◦ green 148 ◦ blue 160

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

Shades of Shady Lady #A794A0

Tints of Shady Lady #A794A0

RGB

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

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

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

R = 35.16%
G = 31.16%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A794A0 (or 0xA794A0) is known color: Shady Lady. HEX triplet: A7, 94 and A0. RGB value is (167,148,160). Sum of RGB (Red+Green+Blue) = 167+148+160=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 167 - color contains mainly: red. Hex color #A794A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A794A0 is #586B5F. Grayscale: #9B9B9B. Windows color (decimal): -5794656 or 10523815. OLE color: 10523815.

HSL color Cylindrical-coordinate representation of color #A794A0: hue angle of 322.11º 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 #A794A0 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 148 160 -
CMYK 0 0.11 0.04 0.35
HSL 322.11º 0.1% 0.62% -
HSV(B) 322.11º 0.11% 0.65% -
XYZ 32.87 31.93 37.69 -
YUV 155.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 167 148 160 0 0.11 0.04 0.35 322.11 0.1 0.62
Hex A7 94 A0 0 B 4 23 142 A 3E
Octal 247 224 240 0 13 4 43 502 12 76
Binary 10100111 10010100 10100000 0 1011 100 100011 101000010 1010 111110

Color Harmonies of #A794A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794A0

Black with #A794A0

Text Example


Text Example

White with #A794A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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