#A5929F

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

Shades of Bouquet #A5929F

Tints of Bouquet #A5929F

Color information

#A5929F (or 0xA5929F) is unknown color: approx Bouquet. HEX triplet: A5, 92 and 9F. RGB value is (165,146,159). Sum of RGB (Red+Green+Blue) = 165+146+159=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 165 - color contains mainly: red. Hex color #A5929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5929F is #5A6D60. Grayscale: #999999. Windows color (decimal): -5926241 or 10457765. OLE color: 10457765.

HSL color Cylindrical-coordinate representation of color #A5929F: hue angle of 318.95º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5929F is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165146159-
CMYK00.120.040.35
HSL318.95º9.55%60.98%-
HSV(B)318.95º11.52%64.71%-
XYZ32.0531.0637.11-
YUV153.16131.29136.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 159 (62.5% from 255) = 33.83%
R=35.11%
G=31.06%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514615900.120.040.35318.959.5560.98
HexA5929F0C42313fa3d
Octal2452222370144434771275
Binary101001011001001010011111011001001000111001111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5929F; }

 p { color: rgb(165,146,159); }

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

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

 a { background-color: rgb(165,146,159); }

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

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

 span { border-color: rgb(165,146,159); }

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