#A9829F

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

Shades of Bouquet #A9829F

Tints of Bouquet #A9829F

Color information

#A9829F (or 0xA9829F) is unknown color: approx Bouquet. HEX triplet: A9, 82 and 9F. RGB value is (169,130,159). Sum of RGB (Red+Green+Blue) = 169+130+159=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A9829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9829F is #567D60. Grayscale: #909090. Windows color (decimal): -5668193 or 10453673. OLE color: 10453673.

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

Color convert

RGB169130159-
CMYK00.230.060.34
HSL315.38º18.48%58.63%-
HSV(B)315.38º23.08%66.27%-
XYZ30.626.936.38-
YUV144.97135.92145.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=36.90%
G=28.38%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913015900.230.060.34315.3818.4858.63
HexA9829F01762213b123b
Octal2512022370276424732273
Binary10101001100000101001111101011111010001010011101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9829F; }

 p { color: rgb(169,130,159); }

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

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

 a { background-color: rgb(169,130,159); }

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

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

 span { border-color: rgb(169,130,159); }

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