Html Css Color HEX #A699AD East Side

📋 copy color: '#A699AD'

red 166 ◦ green 153 ◦ blue 173

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

Shades of East Side #A699AD

Tints of East Side #A699AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.1%

 BLUE value IS 173 (67.97% from 255) = 35.16%

R = 33.74%
G = 31.1%
B = 35.16%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A699AD (or 0xA699AD) is known color: East Side. HEX triplet: A6, 99 and AD. RGB value is (166,153,173). Sum of RGB (Red+Green+Blue) = 166+153+173=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #A699AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A699AD is #596652. Grayscale: #9F9F9F. Windows color (decimal): -5858899 or 11377062. OLE color: 11377062.

HSL color Cylindrical-coordinate representation of color #A699AD: hue angle of 279º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A699AD is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 153 173 -
CMYK 0.04 0.12 0 0.32
HSL 279º 0.11% 0.64% -
HSV(B) 279º 0.12% 0.68% -
XYZ 34.66 33.91 44.25 -
YUV 159.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 166 153 173 0.04 0.12 0 0.32 279 0.11 0.64
Hex A6 99 AD 4 C 0 20 117 B 40
Octal 246 231 255 4 14 0 40 427 13 100
Binary 10100110 10011001 10101101 100 1100 0 100000 100010111 1011 1000000

Color Harmonies of #A699AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699AD

Black with #A699AD

Text Example


Text Example

White with #A699AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699AD; }

 p { color: rgb(166,153,173); }

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

background-color css

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

 a { background-color: rgb(166,153,173); }

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

border-color css

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

 span { border-color: rgb(166,153,173); }

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