#A8829C

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

Shades of Bouquet #A8829C

Tints of Bouquet #A8829C

Color information

#A8829C (or 0xA8829C) is unknown color: approx Bouquet. HEX triplet: A8, 82 and 9C. RGB value is (168,130,156). Sum of RGB (Red+Green+Blue) = 168+130+156=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A8829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8829C is #577D63. Grayscale: #909090. Windows color (decimal): -5733732 or 10257064. OLE color: 10257064.

HSL color Cylindrical-coordinate representation of color #A8829C: hue angle of 318.95º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8829C is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB168130156-
CMYK00.230.070.34
HSL318.95º17.92%58.43%-
HSV(B)318.95º22.62%65.88%-
XYZ30.1326.6935.02-
YUV144.33134.59144.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=37.00%
G=28.63%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813015600.230.070.34318.9517.9258.43
HexA8829C01772213f123a
Octal2502022340277424772272
Binary10101000100000101001110001011111110001010011111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8829C; }

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

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

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

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

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

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

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

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