#A17995

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

Shades of Bouquet #A17995

Tints of Bouquet #A17995

Color information

#A17995 (or 0xA17995) is unknown color: approx Bouquet. HEX triplet: A1, 79 and 95. RGB value is (161,121,149). Sum of RGB (Red+Green+Blue) = 161+121+149=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A17995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17995 is #5E866A. Grayscale: #888888. Windows color (decimal): -6194795 or 9796001. OLE color: 9796001.

HSL color Cylindrical-coordinate representation of color #A17995: hue angle of 318º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17995 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB161121149-
CMYK00.250.070.37
HSL318º17.54%55.29%-
HSV(B)318º24.84%63.14%-
XYZ26.9623.4231.53-
YUV136.15135.25145.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=37.35%
G=28.07%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112114900.250.070.3731817.5455.29
HexA1799501972513e1237
Octal2411712250317454762267
Binary1010000111110011001010101100111110010110011111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17995; }

 p { color: rgb(161,121,149); }

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

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

 a { background-color: rgb(161,121,149); }

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

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

 span { border-color: rgb(161,121,149); }

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