Html Css Color HEX #AD809D Bouquet

📋 copy color: '#AD809D'

red 173 ◦ green 128 ◦ blue 157

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

Shades of Bouquet #AD809D

Tints of Bouquet #AD809D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.28%

R = 37.77%
G = 27.95%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD809D (or 0xAD809D) is known color: Bouquet. HEX triplet: AD, 80 and 9D. RGB value is (173,128,157). Sum of RGB (Red+Green+Blue) = 173+128+157=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD809D is #527F62. Grayscale: #909090. Windows color (decimal): -5406563 or 10322093. OLE color: 10322093.

HSL color Cylindrical-coordinate representation of color #AD809D: hue angle of 321.33º 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 #AD809D is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 157 -
CMYK 0 0.26 0.09 0.32
HSL 321.33º 0.22% 0.59% -
HSV(B) 321.33º 0.26% 0.68% -
XYZ 31.04 26.76 35.43 -
YUV 144.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 173 128 157 0 0.26 0.09 0.32 321.33 0.22 0.59
Hex AD 80 9D 0 1A 9 20 141 16 3B
Octal 255 200 235 0 32 11 40 501 26 73
Binary 10101101 10000000 10011101 0 11010 1001 100000 101000001 10110 111011

Color Harmonies of #AD809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD809D

Black with #AD809D

Text Example


Text Example

White with #AD809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD809D; }

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

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

background-color css

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

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

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

border-color css

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

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

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