Html Css Color HEX #AD99C0 East Side

📋 copy color: '#AD99C0'

red 173 ◦ green 153 ◦ blue 192

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

Shades of East Side #AD99C0

Tints of East Side #AD99C0

RGB

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

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

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

R = 33.4%
G = 29.54%
B = 37.07%

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

#AD99C0 (or 0xAD99C0) is known color: East Side. HEX triplet: AD, 99 and C0. RGB value is (173,153,192). Sum of RGB (Red+Green+Blue) = 173+153+192=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD99C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99C0 is #52663F. Grayscale: #A3A3A3. Windows color (decimal): -5400128 or 12622253. OLE color: 12622253.

HSL color Cylindrical-coordinate representation of color #AD99C0: hue angle of 270.77º degrees, saturation: 0.24, 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 #AD99C0 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 153 192 -
CMYK 0.10 0.20 0 0.25
HSL 270.77º 0.24% 0.68% -
HSV(B) 270.77º 0.2% 0.75% -
XYZ 38.14 35.47 54.71 -
YUV 163.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 173 153 192 0.10 0.20 0 0.25 270.77 0.24 0.68
Hex AD 99 C0 A 14 0 19 10F 18 44
Octal 255 231 300 12 24 0 31 417 30 104
Binary 10101101 10011001 11000000 1010 10100 0 11001 100001111 11000 1000100

Color Harmonies of #AD99C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99C0

Black with #AD99C0

Text Example


Text Example

White with #AD99C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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