#AD7A99

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

Shades of Bouquet #AD7A99

Tints of Bouquet #AD7A99

Color information

#AD7A99 (or 0xAD7A99) is unknown color: approx Bouquet. HEX triplet: AD, 7A and 99. RGB value is (173,122,153). Sum of RGB (Red+Green+Blue) = 173+122+153=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A99 is #528566. Grayscale: #8C8C8C. Windows color (decimal): -5408103 or 10058413. OLE color: 10058413.

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

Color convert

RGB173122153-
CMYK00.290.120.32
HSL323.53º23.72%57.84%-
HSV(B)323.53º29.48%67.84%-
XYZ29.9425.133.4-
YUV140.78134.9150.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 153 (60.16% from 255) = 34.15%
R=38.62%
G=27.23%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312215300.290.120.32323.5323.7257.84
HexAD7A9901DC20144183a
Octal25517223103514405043072
Binary10101101111101010011001011101110010000010100010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A99; }

 p { color: rgb(173,122,153); }

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

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

 a { background-color: rgb(173,122,153); }

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

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

 span { border-color: rgb(173,122,153); }

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