#A4829A

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

Shades of Bouquet #A4829A

Tints of Bouquet #A4829A

Color information

#A4829A (or 0xA4829A) is unknown color: approx Bouquet. HEX triplet: A4, 82 and 9A. RGB value is (164,130,154). Sum of RGB (Red+Green+Blue) = 164+130+154=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A4829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4829A is #5B7D65. Grayscale: #8E8E8E. Windows color (decimal): -5995878 or 10125988. OLE color: 10125988.

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

Color convert

RGB164130154-
CMYK00.210.060.36
HSL317.65º15.74%57.65%-
HSV(B)317.65º20.73%64.31%-
XYZ29.1326.1934.09-
YUV142.9134.26143.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=36.61%
G=29.02%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413015400.210.060.36317.6515.7457.65
HexA4829A01562413e103a
Octal2442022320256444762072
Binary10100100100000101001101001010111010010010011111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4829A; }

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

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

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

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

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

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

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

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