#A08397

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

Shades of Bouquet #A08397

Tints of Bouquet #A08397

Color information

#A08397 (or 0xA08397) is unknown color: approx Bouquet. HEX triplet: A0, 83 and 97. RGB value is (160,131,151). Sum of RGB (Red+Green+Blue) = 160+131+151=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 160 - color contains mainly: red. Hex color #A08397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08397 is #5F7C68. Grayscale: #8D8D8D. Windows color (decimal): -6257769 or 9929632. OLE color: 9929632.

HSL color Cylindrical-coordinate representation of color #A08397: hue angle of 318.62º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08397 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB160131151-
CMYK00.180.060.37
HSL318.62º13.24%57.06%-
HSV(B)318.62º18.13%62.75%-
XYZ28.225.9432.8-
YUV141.95133.11140.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 131 (51.56% from 255) = 29.64%
BLUE value IS 151 (59.38% from 255) = 34.16%
R=36.20%
G=29.64%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013115100.180.060.37318.6213.2457.06
HexA0839701262513fd39
Octal2402032270226454771571
Binary1010000010000011100101110100101101001011001111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08397; }

 p { color: rgb(160,131,151); }

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

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

 a { background-color: rgb(160,131,151); }

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

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

 span { border-color: rgb(160,131,151); }

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