#A97192

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

Shades of Bouquet #A97192

Tints of Bouquet #A97192

Color information

#A97192 (or 0xA97192) is unknown color: approx Bouquet. HEX triplet: A9, 71 and 92. RGB value is (169,113,146). Sum of RGB (Red+Green+Blue) = 169+113+146=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A97192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97192 is #568E6D. Grayscale: #858585. Windows color (decimal): -5672558 or 9597353. OLE color: 9597353.

HSL color Cylindrical-coordinate representation of color #A97192: hue angle of 324.64º 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 #A97192 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB169113146-
CMYK00.330.140.34
HSL324.64º24.56%55.29%-
HSV(B)324.64º33.14%66.27%-
XYZ27.4622.3230.06-
YUV133.51135.05153.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=39.49%
G=26.40%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911314600.330.140.34324.6424.5655.29
HexA97192021E221451937
Octal25116122204116425053167
Binary101010011110001100100100100001111010001010100010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97192; }

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

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

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

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

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

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

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

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