Html Css Color HEX #AD8399 Bouquet

📋 copy color: '#AD8399'

red 173 ◦ green 131 ◦ blue 153

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

Shades of Bouquet #AD8399

Tints of Bouquet #AD8399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.67%

 BLUE value IS 153 (60.16% from 255) = 33.48%

R = 37.86%
G = 28.67%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD8399 (or 0xAD8399) is known color: Bouquet. HEX triplet: AD, 83 and 99. RGB value is (173,131,153). Sum of RGB (Red+Green+Blue) = 173+131+153=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8399 is #527C66. Grayscale: #929292. Windows color (decimal): -5405799 or 10060717. OLE color: 10060717.

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

Color convert

RGB 173 131 153 -
CMYK 0 0.24 0.12 0.32
HSL 328.57º 0.2% 0.6% -
HSV(B) 328.57º 0.24% 0.68% -
XYZ 31.1 27.42 33.79 -
YUV 146.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 173 131 153 0 0.24 0.12 0.32 328.57 0.2 0.6
Hex AD 83 99 0 18 C 20 149 14 3C
Octal 255 203 231 0 30 14 40 511 24 74
Binary 10101101 10000011 10011001 0 11000 1100 100000 101001001 10100 111100

Color Harmonies of #AD8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8399

Black with #AD8399

Text Example


Text Example

White with #AD8399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8399; }

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

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

background-color css

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

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

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

border-color css

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

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

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