#AD7292

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

Shades of Bouquet #AD7292

Tints of Bouquet #AD7292

Color information

#AD7292 (or 0xAD7292) is unknown color: approx Bouquet. HEX triplet: AD, 72 and 92. RGB value is (173,114,146). Sum of RGB (Red+Green+Blue) = 173+114+146=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7292 is #528D6D. Grayscale: #878787. Windows color (decimal): -5410158 or 9597613. OLE color: 9597613.

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

Color convert

RGB173114146-
CMYK00.340.160.32
HSL327.46º26.46%56.27%-
HSV(B)327.46º34.1%67.84%-
XYZ28.4422.9930.13-
YUV135.29134.05154.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=39.95%
G=26.33%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311414600.340.160.32327.4626.4656.27
HexAD729202210201471a38
Octal25516222204220405073270
Binary1010110111100101001001001000101000010000010100011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7292; }

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

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

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

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

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

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

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

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