#A98494

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

Shades of Bouquet #A98494

Tints of Bouquet #A98494

Color information

#A98494 (or 0xA98494) is unknown color: approx Bouquet. HEX triplet: A9, 84 and 94. RGB value is (169,132,148). Sum of RGB (Red+Green+Blue) = 169+132+148=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A98494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98494 is #567B6B. Grayscale: #909090. Windows color (decimal): -5667692 or 9733289. OLE color: 9733289.

HSL color Cylindrical-coordinate representation of color #A98494: hue angle of 334.05º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98494 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB169132148-
CMYK00.220.120.34
HSL334.05º17.7%59.02%-
HSV(B)334.05º21.89%66.27%-
XYZ29.9627.0831.66-
YUV144.89129.76145.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=37.64%
G=29.40%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913214800.220.120.34334.0517.759.02
HexA98494016C2214e123b
Octal25120422402614425162273
Binary101010011000010010010100010110110010001010100111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98494; }

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

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

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

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

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

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

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

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