#A96797

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

Shades of Bouquet #A96797

Tints of Bouquet #A96797

Color information

#A96797 (or 0xA96797) is unknown color: approx Bouquet. HEX triplet: A9, 67 and 97. RGB value is (169,103,151). Sum of RGB (Red+Green+Blue) = 169+103+151=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A96797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96797 is #569868. Grayscale: #808080. Windows color (decimal): -5675113 or 9922473. OLE color: 9922473.

HSL color Cylindrical-coordinate representation of color #A96797: hue angle of 316.36º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A96797 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169103151-
CMYK00.390.110.34
HSL316.36º27.73%53.33%-
HSV(B)316.36º39.05%66.27%-
XYZ26.820.3731.8-
YUV128.21140.87157.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=39.95%
G=24.35%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910315100.390.110.34316.3627.7353.33
HexA96797027B2213c1c35
Octal25114722704713424743465
Binary101010011100111100101110100111101110001010011110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96797; }

 p { color: rgb(169,103,151); }

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

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

 a { background-color: rgb(169,103,151); }

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

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

 span { border-color: rgb(169,103,151); }

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