#A5909D

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

Shades of Bouquet #A5909D

Tints of Bouquet #A5909D

Color information

#A5909D (or 0xA5909D) is unknown color: approx Bouquet. HEX triplet: A5, 90 and 9D. RGB value is (165,144,157). Sum of RGB (Red+Green+Blue) = 165+144+157=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 165 - color contains mainly: red. Hex color #A5909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5909D is #5A6F62. Grayscale: #979797. Windows color (decimal): -5926755 or 10326181. OLE color: 10326181.

HSL color Cylindrical-coordinate representation of color #A5909D: hue angle of 322.86º 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 #A5909D is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB165144157-
CMYK00.130.050.35
HSL322.86º10.45%60.59%-
HSV(B)322.86º12.73%64.71%-
XYZ31.5830.3836.1-
YUV151.76130.96137.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=35.41%
G=30.90%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514415700.130.050.35322.8610.4560.59
HexA5909D0D523143a3d
Octal2452202350155435031275
Binary101001011001000010011101011011011000111010000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5909D; }

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

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

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

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

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

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

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

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