#AD8092

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

Shades of Bouquet #AD8092

Tints of Bouquet #AD8092

Color information

#AD8092 (or 0xAD8092) is unknown color: approx Bouquet. HEX triplet: AD, 80 and 92. RGB value is (173,128,146). Sum of RGB (Red+Green+Blue) = 173+128+146=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8092 is #527F6D. Grayscale: #8F8F8F. Windows color (decimal): -5406574 or 9601197. OLE color: 9601197.

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

Color convert

RGB173128146-
CMYK00.260.160.32
HSL336º21.53%59.02%-
HSV(B)336º26.01%67.84%-
XYZ30.1426.430.7-
YUV143.51129.41149.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 146 (57.42% from 255) = 32.66%
R=38.70%
G=28.64%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312814600.260.160.3233621.5359.02
HexAD809201A1020150163b
Octal25520022203220405202673
Binary1010110110000000100100100110101000010000010101000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8092; }

 p { color: rgb(173,128,146); }

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

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

 a { background-color: rgb(173,128,146); }

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

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

 span { border-color: rgb(173,128,146); }

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