#A58697

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

Shades of Bouquet #A58697

Tints of Bouquet #A58697

Color information

#A58697 (or 0xA58697) is unknown color: approx Bouquet. HEX triplet: A5, 86 and 97. RGB value is (165,134,151). Sum of RGB (Red+Green+Blue) = 165+134+151=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A58697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58697 is #5A7968. Grayscale: #919191. Windows color (decimal): -5929321 or 9930405. OLE color: 9930405.

HSL color Cylindrical-coordinate representation of color #A58697: hue angle of 327.1º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A58697 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB165134151-
CMYK00.190.080.35
HSL327.1º14.69%58.63%-
HSV(B)327.1º18.79%64.71%-
XYZ29.6327.2832.98-
YUV145.21131.27142.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=36.67%
G=29.78%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513415100.190.080.35327.114.6958.63
HexA58697013823147f3b
Octal24520622702310435071773
Binary10100101100001101001011101001110001000111010001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58697; }

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

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

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

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

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

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

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

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