Html Css Color HEX #AD9AC0 East Side

📋 copy color: '#AD9AC0'

red 173 ◦ green 154 ◦ blue 192

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

Shades of East Side #AD9AC0

Tints of East Side #AD9AC0

RGB

 RED value IS 173 (67.97% from 255) = 33.33%

 GREEN value IS 154 (60.55% from 255) = 29.67%

 BLUE value IS 192 (75.39% from 255) = 36.99%

R = 33.33%
G = 29.67%
B = 36.99%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD9AC0 (or 0xAD9AC0) is known color: East Side. HEX triplet: AD, 9A and C0. RGB value is (173,154,192). Sum of RGB (Red+Green+Blue) = 173+154+192=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD9AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AC0 is #52653F. Grayscale: #A3A3A3. Windows color (decimal): -5399872 or 12622509. OLE color: 12622509.

HSL color Cylindrical-coordinate representation of color #AD9AC0: hue angle of 270º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD9AC0 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 154 192 -
CMYK 0.10 0.20 0 0.25
HSL 270º 0.23% 0.68% -
HSV(B) 270º 0.2% 0.75% -
XYZ 38.3 35.8 54.76 -
YUV 164.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 173 154 192 0.10 0.20 0 0.25 270 0.23 0.68
Hex AD 9A C0 A 14 0 19 10E 17 44
Octal 255 232 300 12 24 0 31 416 27 104
Binary 10101101 10011010 11000000 1010 10100 0 11001 100001110 10111 1000100

Color Harmonies of #AD9AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AC0

Black with #AD9AC0

Text Example


Text Example

White with #AD9AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AC0; }

 p { color: rgb(173,154,192); }

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

background-color css

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

 a { background-color: rgb(173,154,192); }

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

border-color css

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

 span { border-color: rgb(173,154,192); }

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