#AD76A4

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

Shades of Bouquet #AD76A4

Tints of Bouquet #AD76A4

Color information

#AD76A4 (or 0xAD76A4) is unknown color: approx Bouquet. HEX triplet: AD, 76 and A4. RGB value is (173,118,164). Sum of RGB (Red+Green+Blue) = 173+118+164=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD76A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD76A4 is #52895B. Grayscale: #8B8B8B. Windows color (decimal): -5409116 or 10778285. OLE color: 10778285.

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

Color convert

RGB173118164-
CMYK00.320.050.32
HSL309.82º25.11%57.06%-
HSV(B)309.82º31.79%67.84%-
XYZ30.4124.5238.25-
YUV139.69141.72151.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 164 (64.45% from 255) = 36.04%
R=38.02%
G=25.93%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311816400.320.050.32309.8225.1157.06
HexAD76A40205201361939
Octal2551662440405404663171
Binary10101101111011010100100010000010110000010011011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD76A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD76A4; }

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

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

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

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

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

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

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

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