#AD829C

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

Shades of Bouquet #AD829C

Tints of Bouquet #AD829C

Color information

#AD829C (or 0xAD829C) is unknown color: approx Bouquet. HEX triplet: AD, 82 and 9C. RGB value is (173,130,156). Sum of RGB (Red+Green+Blue) = 173+130+156=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD829C is #527D63. Grayscale: #919191. Windows color (decimal): -5406052 or 10257069. OLE color: 10257069.

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

Color convert

RGB173130156-
CMYK00.250.100.32
HSL323.72º20.77%59.41%-
HSV(B)323.72º24.86%67.84%-
XYZ31.2227.2535.07-
YUV145.82133.75147.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=37.69%
G=28.32%
B=33.99%

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
Decimal17313015600.250.100.32323.7220.7759.41
HexAD829C019A20144153b
Octal25520223403112405042573
Binary101011011000001010011100011001101010000010100010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD829C; }

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

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

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

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

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

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

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

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