Html Css Color HEX #A694A0 Shady Lady

📋 copy color: '#A694A0'

red 166 ◦ green 148 ◦ blue 160

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

Shades of Shady Lady #A694A0

Tints of Shady Lady #A694A0

RGB

 RED value IS 166 (65.23% from 255) = 35.02%

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

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

R = 35.02%
G = 31.22%
B = 33.76%

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

#A694A0 (or 0xA694A0) is known color: Shady Lady. HEX triplet: A6, 94 and A0. RGB value is (166,148,160). Sum of RGB (Red+Green+Blue) = 166+148+160=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A694A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A694A0 is #596B5F. Grayscale: #9A9A9A. Windows color (decimal): -5860192 or 10523814. OLE color: 10523814.

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

Color convert

RGB 166 148 160 -
CMYK 0 0.11 0.04 0.35
HSL 320º 0.09% 0.62% -
HSV(B) 320º 0.11% 0.65% -
XYZ 32.66 31.82 37.68 -
YUV 154.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 166 148 160 0 0.11 0.04 0.35 320 0.09 0.62
Hex A6 94 A0 0 B 4 23 140 9 3E
Octal 246 224 240 0 13 4 43 500 11 76
Binary 10100110 10010100 10100000 0 1011 100 100011 101000000 1001 111110

Color Harmonies of #A694A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694A0

Black with #A694A0

Text Example


Text Example

White with #A694A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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