#A98191

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

Shades of Bouquet #A98191

Tints of Bouquet #A98191

Color information

#A98191 (or 0xA98191) is unknown color: approx Bouquet. HEX triplet: A9, 81 and 91. RGB value is (169,129,145). Sum of RGB (Red+Green+Blue) = 169+129+145=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A98191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98191 is #567E6E. Grayscale: #8E8E8E. Windows color (decimal): -5668463 or 9535913. OLE color: 9535913.

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

Color convert

RGB169129145-
CMYK00.240.140.34
HSL336º18.87%58.43%-
HSV(B)336º23.67%66.27%-
XYZ29.3226.1830.3-
YUV142.78129.25146.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 145 (57.03% from 255) = 32.73%
R=38.15%
G=29.12%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912914500.240.140.3433618.8758.43
HexA98191018E22150133a
Octal25120122103016425202372
Binary101010011000000110010001011000111010001010101000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98191; }

 p { color: rgb(169,129,145); }

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

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

 a { background-color: rgb(169,129,145); }

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

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

 span { border-color: rgb(169,129,145); }

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