#AD8292

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

Shades of Bouquet #AD8292

Tints of Bouquet #AD8292

Color information

#AD8292 (or 0xAD8292) is unknown color: approx Bouquet. HEX triplet: AD, 82 and 92. RGB value is (173,130,146). Sum of RGB (Red+Green+Blue) = 173+130+146=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8292 is #527D6D. Grayscale: #909090. Windows color (decimal): -5406062 or 9601709. OLE color: 9601709.

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

Color convert

RGB173130146-
CMYK00.250.160.32
HSL337.67º20.77%59.41%-
HSV(B)337.67º24.86%67.84%-
XYZ30.426.9230.79-
YUV144.68128.75148.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=38.53%
G=28.95%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313014600.250.160.32337.6720.7759.41
HexAD82920191020152153b
Octal25520222203120405222573
Binary1010110110000010100100100110011000010000010101001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8292; }

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

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

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

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

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

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

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

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