Html Css Color HEX #AD7590 Bouquet

📋 copy color: '#AD7590'

red 173 ◦ green 117 ◦ blue 144

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

Shades of Bouquet #AD7590

Tints of Bouquet #AD7590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 39.86%
G = 26.96%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD7590 (or 0xAD7590) is known color: Bouquet. HEX triplet: AD, 75 and 90. RGB value is (173,117,144). Sum of RGB (Red+Green+Blue) = 173+117+144=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7590 is #528A6F. Grayscale: #888888. Windows color (decimal): -5409392 or 9467309. OLE color: 9467309.

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

Color convert

RGB 173 117 144 -
CMYK 0 0.32 0.17 0.32
HSL 331.07º 0.25% 0.57% -
HSV(B) 331.07º 0.32% 0.68% -
XYZ 28.63 23.62 29.44 -
YUV 136.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 173 117 144 0 0.32 0.17 0.32 331.07 0.25 0.57
Hex AD 75 90 0 20 11 20 14B 19 39
Octal 255 165 220 0 40 21 40 513 31 71
Binary 10101101 1110101 10010000 0 100000 10001 100000 101001011 11001 111001

Color Harmonies of #AD7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7590

Black with #AD7590

Text Example


Text Example

White with #AD7590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7590; }

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

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

background-color css

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

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

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

border-color css

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

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

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