#AD7C96

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

Shades of Bouquet #AD7C96

Tints of Bouquet #AD7C96

Color information

#AD7C96 (or 0xAD7C96) is unknown color: approx Bouquet. HEX triplet: AD, 7C and 96. RGB value is (173,124,150). Sum of RGB (Red+Green+Blue) = 173+124+150=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7C96 is #528369. Grayscale: #8D8D8D. Windows color (decimal): -5407594 or 9862317. OLE color: 9862317.

HSL color Cylindrical-coordinate representation of color #AD7C96: hue angle of 328.16º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD7C96 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB173124150-
CMYK00.280.130.32
HSL328.16º23%58.24%-
HSV(B)328.16º28.32%67.84%-
XYZ29.9525.532.2-
YUV141.61132.73150.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=38.70%
G=27.74%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312415000.280.130.32328.162358.24
HexAD7C9601CD20148173a
Octal25517422603415405102772
Binary10101101111110010010110011100110110000010100100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C96; }

 p { color: rgb(173,124,150); }

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

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

 a { background-color: rgb(173,124,150); }

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

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

 span { border-color: rgb(173,124,150); }

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