#A98294

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

Shades of Bouquet #A98294

Tints of Bouquet #A98294

Color information

#A98294 (or 0xA98294) is unknown color: approx Bouquet. HEX triplet: A9, 82 and 94. RGB value is (169,130,148). Sum of RGB (Red+Green+Blue) = 169+130+148=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A98294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98294 is #567D6B. Grayscale: #8F8F8F. Windows color (decimal): -5668204 or 9732777. OLE color: 9732777.

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

Color convert

RGB169130148-
CMYK00.230.120.34
HSL332.31º18.48%58.63%-
HSV(B)332.31º23.08%66.27%-
XYZ29.6926.5431.57-
YUV143.71130.42146.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=37.81%
G=29.08%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913014800.230.120.34332.3118.4858.63
HexA98294017C2214c123b
Octal25120222402714425142273
Binary101010011000001010010100010111110010001010100110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98294; }

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

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

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

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

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

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

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

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