Html Css Color HEX #AD709C Bouquet

📋 copy color: '#AD709C'

red 173 ◦ green 112 ◦ blue 156

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

Shades of Bouquet #AD709C

Tints of Bouquet #AD709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.4%

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

R = 39.23%
G = 25.4%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD709C (or 0xAD709C) is known color: Bouquet. HEX triplet: AD, 70 and 9C. RGB value is (173,112,156). Sum of RGB (Red+Green+Blue) = 173+112+156=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD709C is #528F63. Grayscale: #878787. Windows color (decimal): -5410660 or 10252461. OLE color: 10252461.

HSL color Cylindrical-coordinate representation of color #AD709C: hue angle of 316.72º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD709C is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 112 156 -
CMYK 0 0.35 0.10 0.32
HSL 316.72º 0.27% 0.56% -
HSV(B) 316.72º 0.35% 0.68% -
XYZ 29.03 22.87 34.34 -
YUV 135.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 173 112 156 0 0.35 0.10 0.32 316.72 0.27 0.56
Hex AD 70 9C 0 23 A 20 13D 1B 38
Octal 255 160 234 0 43 12 40 475 33 70
Binary 10101101 1110000 10011100 0 100011 1010 100000 100111101 11011 111000

Color Harmonies of #AD709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD709C

Black with #AD709C

Text Example


Text Example

White with #AD709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD709C; }

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

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

background-color css

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

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

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

border-color css

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

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

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