#A98197

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

Shades of Bouquet #A98197

Tints of Bouquet #A98197

Color information

#A98197 (or 0xA98197) is unknown color: approx Bouquet. HEX triplet: A9, 81 and 97. RGB value is (169,129,151). Sum of RGB (Red+Green+Blue) = 169+129+151=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A98197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98197 is #567E68. Grayscale: #8F8F8F. Windows color (decimal): -5668457 or 9929129. OLE color: 9929129.

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

Color convert

RGB169129151-
CMYK00.240.110.34
HSL327º18.87%58.43%-
HSV(B)327º23.67%66.27%-
XYZ29.826.3732.8-
YUV143.47132.25146.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=37.64%
G=28.73%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912915100.240.110.3432718.8758.43
HexA98197018B22147133a
Octal25120122703013425072372
Binary101010011000000110010111011000101110001010100011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98197; }

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

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

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

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

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

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

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

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