#AD819A

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

Shades of Bouquet #AD819A

Tints of Bouquet #AD819A

Color information

#AD819A (or 0xAD819A) is unknown color: approx Bouquet. HEX triplet: AD, 81 and 9A. RGB value is (173,129,154). Sum of RGB (Red+Green+Blue) = 173+129+154=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD819A is #527E65. Grayscale: #909090. Windows color (decimal): -5406310 or 10125741. OLE color: 10125741.

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

Color convert

RGB173129154-
CMYK00.250.110.32
HSL325.91º21.15%59.22%-
HSV(B)325.91º25.43%67.84%-
XYZ30.9226.9234.14-
YUV145.01133.08147.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 154 (60.55% from 255) = 33.77%
R=37.94%
G=28.29%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312915400.250.110.32325.9121.1559.22
HexAD819A019B20146153b
Octal25520123203113405062573
Binary101011011000000110011010011001101110000010100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD819A; }

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

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

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

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

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

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

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

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