Html Css Color HEX #AD7491 Bouquet

📋 copy color: '#AD7491'

red 173 ◦ green 116 ◦ blue 145

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

Shades of Bouquet #AD7491

Tints of Bouquet #AD7491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.73%

 BLUE value IS 145 (57.03% from 255) = 33.41%

R = 39.86%
G = 26.73%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD7491 (or 0xAD7491) is known color: Bouquet. HEX triplet: AD, 74 and 91. RGB value is (173,116,145). Sum of RGB (Red+Green+Blue) = 173+116+145=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7491 is #528B6E. Grayscale: #888888. Windows color (decimal): -5409647 or 9532589. OLE color: 9532589.

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

Color convert

RGB 173 116 145 -
CMYK 0 0.33 0.16 0.32
HSL 329.47º 0.26% 0.57% -
HSV(B) 329.47º 0.33% 0.68% -
XYZ 28.59 23.42 29.8 -
YUV 136.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 173 116 145 0 0.33 0.16 0.32 329.47 0.26 0.57
Hex AD 74 91 0 21 10 20 149 1A 39
Octal 255 164 221 0 41 20 40 511 32 71
Binary 10101101 1110100 10010001 0 100001 10000 100000 101001001 11010 111001

Color Harmonies of #AD7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7491

Black with #AD7491

Text Example


Text Example

White with #AD7491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7491; }

 p { color: rgb(173,116,145); }

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

background-color css

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

 a { background-color: rgb(173,116,145); }

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

border-color css

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

 span { border-color: rgb(173,116,145); }

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