Html Css Color HEX #AD7290 Bouquet

📋 copy color: '#AD7290'

red 173 ◦ green 114 ◦ blue 144

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

Shades of Bouquet #AD7290

Tints of Bouquet #AD7290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.45%

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

R = 40.14%
G = 26.45%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD7290 (or 0xAD7290) is known color: Bouquet. HEX triplet: AD, 72 and 90. RGB value is (173,114,144). Sum of RGB (Red+Green+Blue) = 173+114+144=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7290 is #528D6F. Grayscale: #878787. Windows color (decimal): -5410160 or 9466541. OLE color: 9466541.

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

Color convert

RGB 173 114 144 -
CMYK 0 0.34 0.17 0.32
HSL 329.49º 0.26% 0.56% -
HSV(B) 329.49º 0.34% 0.68% -
XYZ 28.28 22.93 29.32 -
YUV 135.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 173 114 144 0 0.34 0.17 0.32 329.49 0.26 0.56
Hex AD 72 90 0 22 11 20 149 1A 38
Octal 255 162 220 0 42 21 40 511 32 70
Binary 10101101 1110010 10010000 0 100010 10001 100000 101001001 11010 111000

Color Harmonies of #AD7290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7290

Black with #AD7290

Text Example


Text Example

White with #AD7290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7290; }

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

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

background-color css

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

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

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

border-color css

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

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

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