#AD849A

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

Shades of Bouquet #AD849A

Tints of Bouquet #AD849A

Color information

#AD849A (or 0xAD849A) is unknown color: approx Bouquet. HEX triplet: AD, 84 and 9A. RGB value is (173,132,154). Sum of RGB (Red+Green+Blue) = 173+132+154=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD849A is #527B65. Grayscale: #929292. Windows color (decimal): -5405542 or 10126509. OLE color: 10126509.

HSL color Cylindrical-coordinate representation of color #AD849A: hue angle of 327.8º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD849A is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB173132154-
CMYK00.240.110.32
HSL327.8º20%59.8%-
HSV(B)327.8º23.7%67.84%-
XYZ31.3227.7234.27-
YUV146.77132.08146.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=37.69%
G=28.76%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313215400.240.110.32327.82059.8
HexAD849A018B20148143c
Octal25520423203013405102474
Binary101011011000010010011010011000101110000010100100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD849A; }

 p { color: rgb(173,132,154); }

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

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

 a { background-color: rgb(173,132,154); }

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

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

 span { border-color: rgb(173,132,154); }

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