#AD82A3

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

Shades of Bouquet #AD82A3

Tints of Bouquet #AD82A3

Color information

#AD82A3 (or 0xAD82A3) is unknown color: approx Bouquet. HEX triplet: AD, 82 and A3. RGB value is (173,130,163). Sum of RGB (Red+Green+Blue) = 173+130+163=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD82A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD82A3 is #527D5C. Grayscale: #929292. Windows color (decimal): -5406045 or 10715821. OLE color: 10715821.

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

Color convert

RGB173130163-
CMYK00.250.060.32
HSL313.95º20.77%59.41%-
HSV(B)313.95º24.86%67.84%-
XYZ31.8327.4938.28-
YUV146.62137.25146.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=37.12%
G=27.90%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313016300.250.060.32313.9520.7759.41
HexAD82A301962013a153b
Octal2552022430316404722573
Binary10101101100000101010001101100111010000010011101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD82A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD82A3; }

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

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

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

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

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

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

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

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