#A5909F

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

Shades of Bouquet #A5909F

Tints of Bouquet #A5909F

Color information

#A5909F (or 0xA5909F) is unknown color: approx Bouquet. HEX triplet: A5, 90 and 9F. RGB value is (165,144,159). Sum of RGB (Red+Green+Blue) = 165+144+159=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A5909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5909F is #5A6F60. Grayscale: #979797. Windows color (decimal): -5926753 or 10457253. OLE color: 10457253.

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

Color convert

RGB165144159-
CMYK00.130.040.35
HSL317.14º10.45%60.59%-
HSV(B)317.14º12.73%64.71%-
XYZ31.7530.4537-
YUV151.99131.96137.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=35.26%
G=30.77%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514415900.130.040.35317.1410.4560.59
HexA5909F0D42313da3d
Octal2452202370154434751275
Binary101001011001000010011111011011001000111001111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5909F; }

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

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

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

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

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

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

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

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