#AD7F92

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

Shades of Bouquet #AD7F92

Tints of Bouquet #AD7F92

Color information

#AD7F92 (or 0xAD7F92) is unknown color: approx Bouquet. HEX triplet: AD, 7F and 92. RGB value is (173,127,146). Sum of RGB (Red+Green+Blue) = 173+127+146=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F92 is #52806D. Grayscale: #8E8E8E. Windows color (decimal): -5406830 or 9600941. OLE color: 9600941.

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

Color convert

RGB173127146-
CMYK00.270.160.32
HSL335.22º21.9%58.82%-
HSV(B)335.22º26.59%67.84%-
XYZ30.0126.1430.66-
YUV142.92129.74149.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 146 (57.42% from 255) = 32.74%
R=38.79%
G=28.48%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312714600.270.160.32335.2221.958.82
HexAD7F9201B102014f163b
Octal25517722203320405172673
Binary101011011111111100100100110111000010000010100111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F92; }

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

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

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

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

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

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

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

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