#A98493

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

Shades of Bouquet #A98493

Tints of Bouquet #A98493

Color information

#A98493 (or 0xA98493) is unknown color: approx Bouquet. HEX triplet: A9, 84 and 93. RGB value is (169,132,147). Sum of RGB (Red+Green+Blue) = 169+132+147=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A98493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98493 is #567B6C. Grayscale: #909090. Windows color (decimal): -5667693 or 9667753. OLE color: 9667753.

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

Color convert

RGB169132147-
CMYK00.220.130.34
HSL335.68º17.7%59.02%-
HSV(B)335.68º21.89%66.27%-
XYZ29.8827.0431.25-
YUV144.77129.26145.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=37.72%
G=29.46%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913214700.220.130.34335.6817.759.02
HexA98493016D22150123b
Octal25120422302615425202273
Binary101010011000010010010011010110110110001010101000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98493; }

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

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

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

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

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

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

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

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