Html Css Color HEX #AD809F Bouquet

📋 copy color: '#AD809F'

red 173 ◦ green 128 ◦ blue 159

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

Shades of Bouquet #AD809F

Tints of Bouquet #AD809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.83%

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

R = 37.61%
G = 27.83%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD809F (or 0xAD809F) is known color: Bouquet. HEX triplet: AD, 80 and 9F. RGB value is (173,128,159). Sum of RGB (Red+Green+Blue) = 173+128+159=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD809F is #527F60. Grayscale: #909090. Windows color (decimal): -5406561 or 10453165. OLE color: 10453165.

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

Color convert

RGB 173 128 159 -
CMYK 0 0.26 0.08 0.32
HSL 318.67º 0.22% 0.59% -
HSV(B) 318.67º 0.26% 0.68% -
XYZ 31.21 26.83 36.33 -
YUV 144.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 173 128 159 0 0.26 0.08 0.32 318.67 0.22 0.59
Hex AD 80 9F 0 1A 8 20 13F 16 3B
Octal 255 200 237 0 32 10 40 477 26 73
Binary 10101101 10000000 10011111 0 11010 1000 100000 100111111 10110 111011

Color Harmonies of #AD809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD809F

Black with #AD809F

Text Example


Text Example

White with #AD809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD809F; }

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

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

background-color css

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

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

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

border-color css

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

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

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