#AD7195

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

Shades of Bouquet #AD7195

Tints of Bouquet #AD7195

Color information

#AD7195 (or 0xAD7195) is unknown color: approx Bouquet. HEX triplet: AD, 71 and 95. RGB value is (173,113,149). Sum of RGB (Red+Green+Blue) = 173+113+149=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7195 is #528E6A. Grayscale: #868686. Windows color (decimal): -5410411 or 9793965. OLE color: 9793965.

HSL color Cylindrical-coordinate representation of color #AD7195: hue angle of 324º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD7195 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB173113149-
CMYK00.350.140.32
HSL324º26.79%56.08%-
HSV(B)324º34.68%67.84%-
XYZ28.5622.8631.34-
YUV135.04135.88155.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=39.77%
G=25.98%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311314900.350.140.3232426.7956.08
HexAD7195023E201441b38
Octal25516122504316405043370
Binary101011011110001100101010100011111010000010100010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7195; }

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

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

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

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

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

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

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

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