#AD8294

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

Shades of Bouquet #AD8294

Tints of Bouquet #AD8294

Color information

#AD8294 (or 0xAD8294) is unknown color: approx Bouquet. HEX triplet: AD, 82 and 94. RGB value is (173,130,148). Sum of RGB (Red+Green+Blue) = 173+130+148=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8294 is #527D6B. Grayscale: #909090. Windows color (decimal): -5406060 or 9732781. OLE color: 9732781.

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

Color convert

RGB173130148-
CMYK00.250.140.32
HSL334.88º20.77%59.41%-
HSV(B)334.88º24.86%67.84%-
XYZ30.5626.9931.62-
YUV144.91129.75148.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=38.36%
G=28.82%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313014800.250.140.32334.8820.7759.41
HexAD8294019E2014f153b
Octal25520222403116405172573
Binary101011011000001010010100011001111010000010100111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8294; }

 p { color: rgb(173,130,148); }

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

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

 a { background-color: rgb(173,130,148); }

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

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

 span { border-color: rgb(173,130,148); }

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