#A98093

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

Shades of Bouquet #A98093

Tints of Bouquet #A98093

Color information

#A98093 (or 0xA98093) is unknown color: approx Bouquet. HEX triplet: A9, 80 and 93. RGB value is (169,128,147). Sum of RGB (Red+Green+Blue) = 169+128+147=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A98093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98093 is #567F6C. Grayscale: #8E8E8E. Windows color (decimal): -5668717 or 9666729. OLE color: 9666729.

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

Color convert

RGB169128147-
CMYK00.240.130.34
HSL332.2º19.25%58.24%-
HSV(B)332.2º24.26%66.27%-
XYZ29.3525.9831.07-
YUV142.43130.58146.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=38.06%
G=28.83%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912814700.240.130.34332.219.2558.24
HexA98093018D2214c133a
Octal25120022303015425142372
Binary101010011000000010010011011000110110001010100110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98093; }

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

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

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

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

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

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

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

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