Html Css Color HEX #AD8799 Bouquet

📋 copy color: '#AD8799'

red 173 ◦ green 135 ◦ blue 153

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

Shades of Bouquet #AD8799

Tints of Bouquet #AD8799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.28%

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

R = 37.53%
G = 29.28%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD8799 (or 0xAD8799) is known color: Bouquet. HEX triplet: AD, 87 and 99. RGB value is (173,135,153). Sum of RGB (Red+Green+Blue) = 173+135+153=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8799 is #527866. Grayscale: #949494. Windows color (decimal): -5404775 or 10061741. OLE color: 10061741.

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

Color convert

RGB 173 135 153 -
CMYK 0 0.22 0.12 0.32
HSL 331.58º 0.19% 0.6% -
HSV(B) 331.58º 0.22% 0.68% -
XYZ 31.65 28.51 33.97 -
YUV 148.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 173 135 153 0 0.22 0.12 0.32 331.58 0.19 0.6
Hex AD 87 99 0 16 C 20 14C 13 3C
Octal 255 207 231 0 26 14 40 514 23 74
Binary 10101101 10000111 10011001 0 10110 1100 100000 101001100 10011 111100

Color Harmonies of #AD8799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8799

Black with #AD8799

Text Example


Text Example

White with #AD8799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8799; }

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

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

background-color css

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

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

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

border-color css

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

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

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