#AD8295

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

Shades of Bouquet #AD8295

Tints of Bouquet #AD8295

Color information

#AD8295 (or 0xAD8295) is unknown color: approx Bouquet. HEX triplet: AD, 82 and 95. RGB value is (173,130,149). Sum of RGB (Red+Green+Blue) = 173+130+149=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8295 is #527D6A. Grayscale: #909090. Windows color (decimal): -5406059 or 9798317. OLE color: 9798317.

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

Color convert

RGB173130149-
CMYK00.250.140.32
HSL333.49º20.77%59.41%-
HSV(B)333.49º24.86%67.84%-
XYZ30.6427.0232.03-
YUV145.02130.25147.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=38.27%
G=28.76%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313014900.250.140.32333.4920.7759.41
HexAD8295019E2014d153b
Octal25520222503116405152573
Binary101011011000001010010101011001111010000010100110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8295; }

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

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

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

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

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

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

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

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