#AD7895

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

Shades of Bouquet #AD7895

Tints of Bouquet #AD7895

Color information

#AD7895 (or 0xAD7895) is unknown color: approx Bouquet. HEX triplet: AD, 78 and 95. RGB value is (173,120,149). Sum of RGB (Red+Green+Blue) = 173+120+149=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7895 is #52876A. Grayscale: #8B8B8B. Windows color (decimal): -5408619 or 9795757. OLE color: 9795757.

HSL color Cylindrical-coordinate representation of color #AD7895: hue angle of 327.17º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD7895 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB173120149-
CMYK00.310.140.32
HSL327.17º24.42%57.45%-
HSV(B)327.17º30.64%67.84%-
XYZ29.3724.4931.61-
YUV139.15133.56152.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=39.14%
G=27.15%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312014900.310.140.32327.1724.4257.45
HexAD789501FE201471839
Octal25517022503716405073071
Binary10101101111100010010101011111111010000010100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7895; }

 p { color: rgb(173,120,149); }

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

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

 a { background-color: rgb(173,120,149); }

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

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

 span { border-color: rgb(173,120,149); }

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