Html Css Color HEX #AD759A Bouquet

📋 copy color: '#AD759A'

red 173 ◦ green 117 ◦ blue 154

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

Shades of Bouquet #AD759A

Tints of Bouquet #AD759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 38.96%
G = 26.35%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD759A (or 0xAD759A) is known color: Bouquet. HEX triplet: AD, 75 and 9A. RGB value is (173,117,154). Sum of RGB (Red+Green+Blue) = 173+117+154=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD759A is #528A65. Grayscale: #898989. Windows color (decimal): -5409382 or 10122669. OLE color: 10122669.

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

Color convert

RGB 173 117 154 -
CMYK 0 0.32 0.11 0.32
HSL 320.36º 0.25% 0.57% -
HSV(B) 320.36º 0.32% 0.68% -
XYZ 29.43 23.94 33.64 -
YUV 137.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 173 117 154 0 0.32 0.11 0.32 320.36 0.25 0.57
Hex AD 75 9A 0 20 B 20 140 19 39
Octal 255 165 232 0 40 13 40 500 31 71
Binary 10101101 1110101 10011010 0 100000 1011 100000 101000000 11001 111001

Color Harmonies of #AD759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD759A

Black with #AD759A

Text Example


Text Example

White with #AD759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD759A; }

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

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

background-color css

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

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

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

border-color css

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

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

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