#A2829C

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

Shades of Bouquet #A2829C

Tints of Bouquet #A2829C

Color information

#A2829C (or 0xA2829C) is unknown color: approx Bouquet. HEX triplet: A2, 82 and 9C. RGB value is (162,130,156). Sum of RGB (Red+Green+Blue) = 162+130+156=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A2829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2829C is #5D7D63. Grayscale: #8E8E8E. Windows color (decimal): -6126948 or 10257058. OLE color: 10257058.

HSL color Cylindrical-coordinate representation of color #A2829C: hue angle of 311.25º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2829C is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB162130156-
CMYK00.200.040.36
HSL311.25º14.68%57.25%-
HSV(B)311.25º19.75%63.53%-
XYZ28.8826.0534.96-
YUV142.53135.6141.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=36.16%
G=29.02%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213015600.200.040.36311.2514.6857.25
HexA2829C014424137f39
Octal2422022340244444671771
Binary1010001010000010100111000101001001001001001101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2829C; }

 p { color: rgb(162,130,156); }

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

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

 a { background-color: rgb(162,130,156); }

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

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

 span { border-color: rgb(162,130,156); }

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