#AD90A2

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

Shades of Bouquet #AD90A2

Tints of Bouquet #AD90A2

Color information

#AD90A2 (or 0xAD90A2) is unknown color: approx Bouquet. HEX triplet: AD, 90 and A2. RGB value is (173,144,162). Sum of RGB (Red+Green+Blue) = 173+144+162=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD90A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90A2 is #526F5D. Grayscale: #9A9A9A. Windows color (decimal): -5402462 or 10653869. OLE color: 10653869.

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

Color convert

RGB173144162-
CMYK00.170.060.32
HSL322.76º15.03%62.16%-
HSV(B)322.76º16.76%67.84%-
XYZ33.7331.4438.47-
YUV154.72132.11141.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=36.12%
G=30.06%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314416200.170.060.32322.7615.0362.16
HexAD90A2011620143f3e
Octal2552202420216405031776
Binary1010110110010000101000100100011101000001010000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90A2; }

 p { color: rgb(173,144,162); }

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

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

 a { background-color: rgb(173,144,162); }

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

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

 span { border-color: rgb(173,144,162); }

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