#A9829A

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

Shades of Bouquet #A9829A

Tints of Bouquet #A9829A

Color information

#A9829A (or 0xA9829A) is unknown color: approx Bouquet. HEX triplet: A9, 82 and 9A. RGB value is (169,130,154). Sum of RGB (Red+Green+Blue) = 169+130+154=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A9829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9829A is #567D65. Grayscale: #909090. Windows color (decimal): -5668198 or 10125993. OLE color: 10125993.

HSL color Cylindrical-coordinate representation of color #A9829A: hue angle of 323.08º 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 #A9829A is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB169130154-
CMYK00.230.090.34
HSL323.08º18.48%58.63%-
HSV(B)323.08º23.08%66.27%-
XYZ30.1826.7334.14-
YUV144.4133.42145.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=37.31%
G=28.70%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913015400.230.090.34323.0818.4858.63
HexA9829A017922143123b
Octal25120223202711425032273
Binary101010011000001010011010010111100110001010100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9829A; }

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

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

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

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

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

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

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

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