Html Css Color HEX #AD759C Bouquet

📋 copy color: '#AD759C'

red 173 ◦ green 117 ◦ blue 156

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

Shades of Bouquet #AD759C

Tints of Bouquet #AD759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.23%

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

R = 38.79%
G = 26.23%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD759C (or 0xAD759C) is known color: Bouquet. HEX triplet: AD, 75 and 9C. RGB value is (173,117,156). Sum of RGB (Red+Green+Blue) = 173+117+156=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD759C is #528A63. Grayscale: #8A8A8A. Windows color (decimal): -5409380 or 10253741. OLE color: 10253741.

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

Color convert

RGB 173 117 156 -
CMYK 0 0.32 0.10 0.32
HSL 318.21º 0.25% 0.57% -
HSV(B) 318.21º 0.32% 0.68% -
XYZ 29.6 24.01 34.53 -
YUV 138.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 173 117 156 0 0.32 0.10 0.32 318.21 0.25 0.57
Hex AD 75 9C 0 20 A 20 13E 19 39
Octal 255 165 234 0 40 12 40 476 31 71
Binary 10101101 1110101 10011100 0 100000 1010 100000 100111110 11001 111001

Color Harmonies of #AD759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD759C

Black with #AD759C

Text Example


Text Example

White with #AD759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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