#AD819C

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

Shades of Bouquet #AD819C

Tints of Bouquet #AD819C

Color information

#AD819C (or 0xAD819C) is unknown color: approx Bouquet. HEX triplet: AD, 81 and 9C. RGB value is (173,129,156). Sum of RGB (Red+Green+Blue) = 173+129+156=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD819C is #527E63. Grayscale: #919191. Windows color (decimal): -5406308 or 10256813. OLE color: 10256813.

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

Color convert

RGB173129156-
CMYK00.250.100.32
HSL323.18º21.15%59.22%-
HSV(B)323.18º25.43%67.84%-
XYZ31.0826.9935.02-
YUV145.23134.08147.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=37.77%
G=28.17%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312915600.250.100.32323.1821.1559.22
HexAD819C019A20143153b
Octal25520123403112405032573
Binary101011011000000110011100011001101010000010100001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD819C; }

 p { color: rgb(173,129,156); }

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

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

 a { background-color: rgb(173,129,156); }

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

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

 span { border-color: rgb(173,129,156); }

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