#A98095

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

Shades of Bouquet #A98095

Tints of Bouquet #A98095

Color information

#A98095 (or 0xA98095) is unknown color: approx Bouquet. HEX triplet: A9, 80 and 95. RGB value is (169,128,149). Sum of RGB (Red+Green+Blue) = 169+128+149=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A98095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98095 is #567F6A. Grayscale: #8E8E8E. Windows color (decimal): -5668715 or 9797801. OLE color: 9797801.

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

Color convert

RGB169128149-
CMYK00.240.120.34
HSL329.27º19.25%58.24%-
HSV(B)329.27º24.26%66.27%-
XYZ29.5126.0431.91-
YUV142.65131.58146.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=37.89%
G=28.70%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912814900.240.120.34329.2719.2558.24
HexA98095018C22149133a
Octal25120022503014425112372
Binary101010011000000010010101011000110010001010100100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98095; }

 p { color: rgb(169,128,149); }

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

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

 a { background-color: rgb(169,128,149); }

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

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

 span { border-color: rgb(169,128,149); }

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