Html Css Color HEX #AD7091 Bouquet

📋 copy color: '#AD7091'

red 173 ◦ green 112 ◦ blue 145

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

Shades of Bouquet #AD7091

Tints of Bouquet #AD7091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.05%

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

R = 40.23%
G = 26.05%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD7091 (or 0xAD7091) is known color: Bouquet. HEX triplet: AD, 70 and 91. RGB value is (173,112,145). Sum of RGB (Red+Green+Blue) = 173+112+145=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7091 is #528F6E. Grayscale: #858585. Windows color (decimal): -5410671 or 9531565. OLE color: 9531565.

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

Color convert

RGB 173 112 145 -
CMYK 0 0.35 0.16 0.32
HSL 327.54º 0.27% 0.56% -
HSV(B) 327.54º 0.35% 0.68% -
XYZ 28.14 22.52 29.65 -
YUV 134 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 173 112 145 0 0.35 0.16 0.32 327.54 0.27 0.56
Hex AD 70 91 0 23 10 20 148 1B 38
Octal 255 160 221 0 43 20 40 510 33 70
Binary 10101101 1110000 10010001 0 100011 10000 100000 101001000 11011 111000

Color Harmonies of #AD7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7091

Black with #AD7091

Text Example


Text Example

White with #AD7091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7091; }

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

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

background-color css

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

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

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

border-color css

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

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

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