#A96696

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

Shades of Bouquet #A96696

Tints of Bouquet #A96696

Color information

#A96696 (or 0xA96696) is unknown color: approx Bouquet. HEX triplet: A9, 66 and 96. RGB value is (169,102,150). Sum of RGB (Red+Green+Blue) = 169+102+150=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A96696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96696 is #569969. Grayscale: #7F7F7F. Windows color (decimal): -5675370 or 9856681. OLE color: 9856681.

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

Color convert

RGB169102150-
CMYK00.400.110.34
HSL317.01º28.03%53.14%-
HSV(B)317.01º39.64%66.27%-
XYZ26.6220.1431.34-
YUV127.5140.7157.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=40.14%
G=24.23%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910215000.400.110.34317.0128.0353.14
HexA96696028B2213d1c35
Octal25114622605013424753465
Binary101010011100110100101100101000101110001010011110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96696; }

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

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

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

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

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

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

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

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