Html Css Color HEX #AD819F Bouquet

📋 copy color: '#AD819F'

red 173 ◦ green 129 ◦ blue 159

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

Shades of Bouquet #AD819F

Tints of Bouquet #AD819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 159 (62.5% from 255) = 34.49%

R = 37.53%
G = 27.98%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD819F (or 0xAD819F) is known color: Bouquet. HEX triplet: AD, 81 and 9F. RGB value is (173,129,159). Sum of RGB (Red+Green+Blue) = 173+129+159=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD819F is #527E60. Grayscale: #919191. Windows color (decimal): -5406305 or 10453421. OLE color: 10453421.

HSL color Cylindrical-coordinate representation of color #AD819F: hue angle of 319.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD819F is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 129 159 -
CMYK 0 0.25 0.08 0.32
HSL 319.09º 0.21% 0.59% -
HSV(B) 319.09º 0.25% 0.68% -
XYZ 31.34 27.09 36.38 -
YUV 145.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 173 129 159 0 0.25 0.08 0.32 319.09 0.21 0.59
Hex AD 81 9F 0 19 8 20 13F 15 3B
Octal 255 201 237 0 31 10 40 477 25 73
Binary 10101101 10000001 10011111 0 11001 1000 100000 100111111 10101 111011

Color Harmonies of #AD819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD819F

Black with #AD819F

Text Example


Text Example

White with #AD819F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD819F; }

 p { color: rgb(173,129,159); }

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

background-color css

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

 a { background-color: rgb(173,129,159); }

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

border-color css

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

 span { border-color: rgb(173,129,159); }

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