#A96E92

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

Shades of Bouquet #A96E92

Tints of Bouquet #A96E92

Color information

#A96E92 (or 0xA96E92) is unknown color: approx Bouquet. HEX triplet: A9, 6E and 92. RGB value is (169,110,146). Sum of RGB (Red+Green+Blue) = 169+110+146=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E92 is #56916D. Grayscale: #838383. Windows color (decimal): -5673326 or 9596585. OLE color: 9596585.

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

Color convert

RGB169110146-
CMYK00.350.140.34
HSL323.39º25.54%54.71%-
HSV(B)323.39º34.91%66.27%-
XYZ27.1321.6629.95-
YUV131.74136.05154.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=39.76%
G=25.88%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911014600.350.140.34323.3925.5454.71
HexA96E92023E221431a37
Octal25115622204316425033267
Binary101010011101110100100100100011111010001010100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E92; }

 p { color: rgb(169,110,146); }

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

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

 a { background-color: rgb(169,110,146); }

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

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

 span { border-color: rgb(169,110,146); }

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