#A98297

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

Shades of Bouquet #A98297

Tints of Bouquet #A98297

Color information

#A98297 (or 0xA98297) is unknown color: approx Bouquet. HEX triplet: A9, 82 and 97. RGB value is (169,130,151). Sum of RGB (Red+Green+Blue) = 169+130+151=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A98297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98297 is #567D68. Grayscale: #909090. Windows color (decimal): -5668201 or 9929385. OLE color: 9929385.

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

Color convert

RGB169130151-
CMYK00.230.110.34
HSL327.69º18.48%58.63%-
HSV(B)327.69º23.08%66.27%-
XYZ29.9326.6332.84-
YUV144.06131.92145.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=37.56%
G=28.89%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913015100.230.110.34327.6918.4858.63
HexA98297017B22148123b
Octal25120222702713425102273
Binary101010011000001010010111010111101110001010100100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98297; }

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

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

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

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

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

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

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

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