#A97195

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

Shades of Bouquet #A97195

Tints of Bouquet #A97195

Color information

#A97195 (or 0xA97195) is unknown color: approx Bouquet. HEX triplet: A9, 71 and 95. RGB value is (169,113,149). Sum of RGB (Red+Green+Blue) = 169+113+149=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A97195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97195 is #568E6A. Grayscale: #858585. Windows color (decimal): -5672555 or 9793961. OLE color: 9793961.

HSL color Cylindrical-coordinate representation of color #A97195: hue angle of 321.43º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97195 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB169113149-
CMYK00.330.120.34
HSL321.43º24.56%55.29%-
HSV(B)321.43º33.14%66.27%-
XYZ27.6922.4231.3-
YUV133.85136.55153.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=39.21%
G=26.22%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911314900.330.120.34321.4324.5655.29
HexA97195021C221411937
Octal25116122504114425013167
Binary101010011110001100101010100001110010001010100000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97195; }

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

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

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

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

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

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

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

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