#AD7492

Color #AD7492 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AD7492

Tints of Bouquet #AD7492

Color information

#AD7492 (or 0xAD7492) is unknown color: approx Bouquet. HEX triplet: AD, 74 and 92. RGB value is (173,116,146). Sum of RGB (Red+Green+Blue) = 173+116+146=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7492 is #528B6D. Grayscale: #888888. Windows color (decimal): -5409646 or 9598125. OLE color: 9598125.

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

Color convert

RGB173116146-
CMYK00.330.160.32
HSL328.42º25.79%56.67%-
HSV(B)328.42º32.95%67.84%-
XYZ28.6723.4530.21-
YUV136.46133.38154.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=39.77%
G=26.67%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311614600.330.160.32328.4225.7956.67
HexAD749202110201481a39
Octal25516422204120405103271
Binary1010110111101001001001001000011000010000010100100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7492; }

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

 H1.HeaderClassName
 {
   color: #AD7492;
 }
 .AnyTagClassName
 {
   color: #AD7492;
 }
</style>
background-color css

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

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

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

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

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

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