Html Css Color HEX #AD7E92 Bouquet

📋 copy color: '#AD7E92'

red 173 ◦ green 126 ◦ blue 146

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

Shades of Bouquet #AD7E92

Tints of Bouquet #AD7E92

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.31%

 BLUE value IS 146 (57.42% from 255) = 32.81%

R = 38.88%
G = 28.31%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD7E92 (or 0xAD7E92) is known color: Bouquet. HEX triplet: AD, 7E and 92. RGB value is (173,126,146). Sum of RGB (Red+Green+Blue) = 173+126+146=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E92 is #52816D. Grayscale: #8E8E8E. Windows color (decimal): -5407086 or 9600685. OLE color: 9600685.

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

Color convert

RGB 173 126 146 -
CMYK 0 0.27 0.16 0.32
HSL 334.47º 0.22% 0.59% -
HSV(B) 334.47º 0.27% 0.68% -
XYZ 29.88 25.88 30.61 -
YUV 142.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 173 126 146 0 0.27 0.16 0.32 334.47 0.22 0.59
Hex AD 7E 92 0 1B 10 20 14E 16 3B
Octal 255 176 222 0 33 20 40 516 26 73
Binary 10101101 1111110 10010010 0 11011 10000 100000 101001110 10110 111011

Color Harmonies of #AD7E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E92

Black with #AD7E92

Text Example


Text Example

White with #AD7E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E92; }

 p { color: rgb(173,126,146); }

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

background-color css

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

 a { background-color: rgb(173,126,146); }

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

border-color css

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

 span { border-color: rgb(173,126,146); }

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