#AD76A6

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

Shades of Bouquet #AD76A6

Tints of Bouquet #AD76A6

Color information

#AD76A6 (or 0xAD76A6) is unknown color: approx Bouquet. HEX triplet: AD, 76 and A6. RGB value is (173,118,166). Sum of RGB (Red+Green+Blue) = 173+118+166=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD76A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD76A6 is #528959. Grayscale: #8B8B8B. Windows color (decimal): -5409114 or 10909357. OLE color: 10909357.

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

Color convert

RGB173118166-
CMYK00.320.040.32
HSL307.64º25.11%57.06%-
HSV(B)307.64º31.79%67.84%-
XYZ30.5924.5939.21-
YUV139.92142.72151.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 166 (65.23% from 255) = 36.32%
R=37.86%
G=25.82%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311816600.320.040.32307.6425.1157.06
HexAD76A60204201341939
Octal2551662460404404643171
Binary10101101111011010100110010000010010000010011010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD76A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD76A6; }

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

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

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

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

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

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

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

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