#AD779B

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

Shades of Bouquet #AD779B

Tints of Bouquet #AD779B

Color information

#AD779B (or 0xAD779B) is unknown color: approx Bouquet. HEX triplet: AD, 77 and 9B. RGB value is (173,119,155). Sum of RGB (Red+Green+Blue) = 173+119+155=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD779B is #528864. Grayscale: #8B8B8B. Windows color (decimal): -5408869 or 10188717. OLE color: 10188717.

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

Color convert

RGB173119155-
CMYK00.310.100.32
HSL320º24.77%57.25%-
HSV(B)320º31.21%67.84%-
XYZ29.7524.4434.16-
YUV139.25136.89152.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=38.70%
G=26.62%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311915500.310.100.3232024.7757.25
HexAD779B01FA201401939
Octal25516723303712405003171
Binary10101101111011110011011011111101010000010100000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD779B; }

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

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

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

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

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

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

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

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