#AD92A3

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

Shades of Bouquet #AD92A3

Tints of Bouquet #AD92A3

Color information

#AD92A3 (or 0xAD92A3) is unknown color: approx Bouquet. HEX triplet: AD, 92 and A3. RGB value is (173,146,163). Sum of RGB (Red+Green+Blue) = 173+146+163=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD92A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92A3 is #526D5C. Grayscale: #9B9B9B. Windows color (decimal): -5401949 or 10719917. OLE color: 10719917.

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

Color convert

RGB173146163-
CMYK00.160.060.32
HSL322.22º14.14%62.55%-
HSV(B)322.22º15.61%67.84%-
XYZ34.1232.0939.05-
YUV156.01131.95140.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 146 (57.42% from 255) = 30.29%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=35.89%
G=30.29%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314616300.160.060.32322.2214.1462.55
HexAD92A3010620142e3f
Octal2552222430206405021677
Binary1010110110010010101000110100001101000001010000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92A3; }

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

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

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

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

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

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

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

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