Html Css Color HEX #AD99B7 East Side

📋 copy color: '#AD99B7'

red 173 ◦ green 153 ◦ blue 183

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

Shades of East Side #AD99B7

Tints of East Side #AD99B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.95%

R = 33.99%
G = 30.06%
B = 35.95%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD99B7 (or 0xAD99B7) is known color: East Side. HEX triplet: AD, 99 and B7. RGB value is (173,153,183). Sum of RGB (Red+Green+Blue) = 173+153+183=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD99B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99B7 is #526648. Grayscale: #A2A2A2. Windows color (decimal): -5400137 or 12032429. OLE color: 12032429.

HSL color Cylindrical-coordinate representation of color #AD99B7: hue angle of 280º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD99B7 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 153 183 -
CMYK 0.05 0.16 0 0.28
HSL 280º 0.17% 0.66% -
HSV(B) 280º 0.16% 0.72% -
XYZ 37.17 35.09 49.61 -
YUV 162.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 173 153 183 0.05 0.16 0 0.28 280 0.17 0.66
Hex AD 99 B7 5 10 0 1C 118 11 42
Octal 255 231 267 5 20 0 34 430 21 102
Binary 10101101 10011001 10110111 101 10000 0 11100 100011000 10001 1000010

Color Harmonies of #AD99B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99B7

Black with #AD99B7

Text Example


Text Example

White with #AD99B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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