#AD769D

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

Shades of Bouquet #AD769D

Tints of Bouquet #AD769D

Color information

#AD769D (or 0xAD769D) is unknown color: approx Bouquet. HEX triplet: AD, 76 and 9D. RGB value is (173,118,157). Sum of RGB (Red+Green+Blue) = 173+118+157=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD769D is #528962. Grayscale: #8A8A8A. Windows color (decimal): -5409123 or 10319533. OLE color: 10319533.

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

Color convert

RGB173118157-
CMYK00.320.090.32
HSL317.45º25.11%57.06%-
HSV(B)317.45º31.79%67.84%-
XYZ29.824.2835.01-
YUV138.89138.22152.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=38.62%
G=26.34%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311815700.320.090.32317.4525.1157.06
HexAD769D02092013d1939
Octal25516623504011404753171
Binary101011011110110100111010100000100110000010011110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD769D; }

 p { color: rgb(173,118,157); }

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

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

 a { background-color: rgb(173,118,157); }

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

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

 span { border-color: rgb(173,118,157); }

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