#AD7C9B

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

Shades of Bouquet #AD7C9B

Tints of Bouquet #AD7C9B

Color information

#AD7C9B (or 0xAD7C9B) is unknown color: approx Bouquet. HEX triplet: AD, 7C and 9B. RGB value is (173,124,155). Sum of RGB (Red+Green+Blue) = 173+124+155=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7C9B is #528364. Grayscale: #8E8E8E. Windows color (decimal): -5407589 or 10189997. OLE color: 10189997.

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

Color convert

RGB173124155-
CMYK00.280.100.32
HSL322.04º23%58.24%-
HSV(B)322.04º28.32%67.84%-
XYZ30.3625.6734.36-
YUV142.18135.23149.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 124 (48.83% from 255) = 27.43%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=38.27%
G=27.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312415500.280.100.32322.042358.24
HexAD7C9B01CA20142173a
Octal25517423303412405022772
Binary10101101111110010011011011100101010000010100001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C9B; }

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

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

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

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

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

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

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

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