#A7829C

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

Shades of Bouquet #A7829C

Tints of Bouquet #A7829C

Color information

#A7829C (or 0xA7829C) is unknown color: approx Bouquet. HEX triplet: A7, 82 and 9C. RGB value is (167,130,156). Sum of RGB (Red+Green+Blue) = 167+130+156=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 167 - color contains mainly: red. Hex color #A7829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7829C is #587D63. Grayscale: #8F8F8F. Windows color (decimal): -5799268 or 10257063. OLE color: 10257063.

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

Color convert

RGB167130156-
CMYK00.220.070.35
HSL317.84º17.37%58.24%-
HSV(B)317.84º22.16%65.49%-
XYZ29.9226.5835.01-
YUV144.03134.76144.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.87%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=36.87%
G=28.70%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713015600.220.070.35317.8417.3758.24
HexA7829C01672313e113a
Octal2472022340267434762172
Binary10100111100000101001110001011011110001110011111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7829C; }

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

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

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

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

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

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

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

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