#A96896

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

Shades of Bouquet #A96896

Tints of Bouquet #A96896

Color information

#A96896 (or 0xA96896) is unknown color: approx Bouquet. HEX triplet: A9, 68 and 96. RGB value is (169,104,150). Sum of RGB (Red+Green+Blue) = 169+104+150=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A96896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96896 is #569769. Grayscale: #808080. Windows color (decimal): -5674858 or 9857193. OLE color: 9857193.

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

Color convert

RGB169104150-
CMYK00.380.110.34
HSL317.54º27.43%53.53%-
HSV(B)317.54º38.46%66.27%-
XYZ26.8220.5431.4-
YUV128.68140.03156.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=39.95%
G=24.59%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910415000.380.110.34317.5427.4353.53
HexA96896026B2213e1b36
Octal25115022604613424763366
Binary101010011101000100101100100110101110001010011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96896; }

 p { color: rgb(169,104,150); }

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

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

 a { background-color: rgb(169,104,150); }

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

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

 span { border-color: rgb(169,104,150); }

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