#A98697

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

Shades of Bouquet #A98697

Tints of Bouquet #A98697

Color information

#A98697 (or 0xA98697) is unknown color: approx Bouquet. HEX triplet: A9, 86 and 97. RGB value is (169,134,151). Sum of RGB (Red+Green+Blue) = 169+134+151=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A98697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98697 is #567968. Grayscale: #929292. Windows color (decimal): -5667177 or 9930409. OLE color: 9930409.

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

Color convert

RGB169134151-
CMYK00.210.110.34
HSL330.86º16.91%59.41%-
HSV(B)330.86º20.71%66.27%-
XYZ30.4727.7233.02-
YUV146.4130.6144.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 134 (52.73% from 255) = 29.52%
BLUE value IS 151 (59.38% from 255) = 33.26%
R=37.22%
G=29.52%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913415100.210.110.34330.8616.9159.41
HexA98697015B2214b113b
Octal25120622702513425132173
Binary101010011000011010010111010101101110001010100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98697; }

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

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

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

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

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

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

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

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