Html Css Color HEX #AD809C Bouquet

📋 copy color: '#AD809C'

red 173 ◦ green 128 ◦ blue 156

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

Shades of Bouquet #AD809C

Tints of Bouquet #AD809C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.14%

R = 37.86%
G = 28.01%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD809C (or 0xAD809C) is known color: Bouquet. HEX triplet: AD, 80 and 9C. RGB value is (173,128,156). Sum of RGB (Red+Green+Blue) = 173+128+156=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD809C is #527F63. Grayscale: #909090. Windows color (decimal): -5406564 or 10256557. OLE color: 10256557.

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

Color convert

RGB 173 128 156 -
CMYK 0 0.26 0.10 0.32
HSL 322.67º 0.22% 0.59% -
HSV(B) 322.67º 0.26% 0.68% -
XYZ 30.95 26.72 34.98 -
YUV 144.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 173 128 156 0 0.26 0.10 0.32 322.67 0.22 0.59
Hex AD 80 9C 0 1A A 20 143 16 3B
Octal 255 200 234 0 32 12 40 503 26 73
Binary 10101101 10000000 10011100 0 11010 1010 100000 101000011 10110 111011

Color Harmonies of #AD809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD809C

Black with #AD809C

Text Example


Text Example

White with #AD809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD809C; }

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

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

background-color css

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

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

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

border-color css

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

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

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