#A98094

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

Shades of Bouquet #A98094

Tints of Bouquet #A98094

Color information

#A98094 (or 0xA98094) is unknown color: approx Bouquet. HEX triplet: A9, 80 and 94. RGB value is (169,128,148). Sum of RGB (Red+Green+Blue) = 169+128+148=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A98094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98094 is #567F6B. Grayscale: #8E8E8E. Windows color (decimal): -5668716 or 9732265. OLE color: 9732265.

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

Color convert

RGB169128148-
CMYK00.240.120.34
HSL330.73º19.25%58.24%-
HSV(B)330.73º24.26%66.27%-
XYZ29.4326.0131.49-
YUV142.54131.08146.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=37.98%
G=28.76%
B=33.26%

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
Decimal16912814800.240.120.34330.7319.2558.24
HexA98094018C2214b133a
Octal25120022403014425132372
Binary101010011000000010010100011000110010001010100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98094; }

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

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

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

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

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

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

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

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