Html Css Color HEX #A69EA0 Shady Lady

📋 copy color: '#A69EA0'

red 166 ◦ green 158 ◦ blue 160

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

Shades of Shady Lady #A69EA0

Tints of Shady Lady #A69EA0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.64%

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

R = 34.3%
G = 32.64%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A69EA0 (or 0xA69EA0) is known color: Shady Lady. HEX triplet: A6, 9E and A0. RGB value is (166,158,160). Sum of RGB (Red+Green+Blue) = 166+158+160=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 166 - color contains mainly: red. Hex color #A69EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69EA0 is #59615F. Grayscale: #A0A0A0. Windows color (decimal): -5857632 or 10526374. OLE color: 10526374.

HSL color Cylindrical-coordinate representation of color #A69EA0: hue angle of 345º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A69EA0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 158 160 -
CMYK 0 0.05 0.04 0.35
HSL 345º 0.04% 0.64% -
HSV(B) 345º 0.05% 0.65% -
XYZ 34.3 35.1 38.22 -
YUV 160.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 166 158 160 0 0.05 0.04 0.35 345 0.04 0.64
Hex A6 9E A0 0 5 4 23 159 4 40
Octal 246 236 240 0 5 4 43 531 4 100
Binary 10100110 10011110 10100000 0 101 100 100011 101011001 100 1000000

Color Harmonies of #A69EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EA0

Black with #A69EA0

Text Example


Text Example

White with #A69EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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