#A5829A

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

Shades of Bouquet #A5829A

Tints of Bouquet #A5829A

Color information

#A5829A (or 0xA5829A) is unknown color: approx Bouquet. HEX triplet: A5, 82 and 9A. RGB value is (165,130,154). Sum of RGB (Red+Green+Blue) = 165+130+154=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 165 - color contains mainly: red. Hex color #A5829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5829A is #5A7D65. Grayscale: #8F8F8F. Windows color (decimal): -5930342 or 10125989. OLE color: 10125989.

HSL color Cylindrical-coordinate representation of color #A5829A: hue angle of 318.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5829A is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB165130154-
CMYK00.210.070.35
HSL318.86º16.28%57.84%-
HSV(B)318.86º21.21%64.71%-
XYZ29.3326.334.1-
YUV143.2134.1143.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.75%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=36.75%
G=28.95%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513015400.210.070.35318.8616.2857.84
HexA5829A01572313f103a
Octal2452022320257434772072
Binary10100101100000101001101001010111110001110011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5829A; }

 p { color: rgb(165,130,154); }

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

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

 a { background-color: rgb(165,130,154); }

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

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

 span { border-color: rgb(165,130,154); }

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