#A98597

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

Shades of Bouquet #A98597

Tints of Bouquet #A98597

Color information

#A98597 (or 0xA98597) is unknown color: approx Bouquet. HEX triplet: A9, 85 and 97. RGB value is (169,133,151). Sum of RGB (Red+Green+Blue) = 169+133+151=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A98597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98597 is #567A68. Grayscale: #919191. Windows color (decimal): -5667433 or 9930153. OLE color: 9930153.

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

Color convert

RGB169133151-
CMYK00.210.110.34
HSL330º17.31%59.22%-
HSV(B)330º21.3%66.27%-
XYZ30.3427.4432.98-
YUV145.82130.93144.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=37.31%
G=29.36%
B=33.33%

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
Decimal16913315100.210.110.3433017.3159.22
HexA98597015B2214a113b
Octal25120522702513425122173
Binary101010011000010110010111010101101110001010100101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98597; }

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

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

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

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

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

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

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

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