#A9869D

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

Shades of Bouquet #A9869D

Tints of Bouquet #A9869D

Color information

#A9869D (or 0xA9869D) is unknown color: approx Bouquet. HEX triplet: A9, 86 and 9D. RGB value is (169,134,157). Sum of RGB (Red+Green+Blue) = 169+134+157=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 169 - color contains mainly: red. Hex color #A9869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9869D is #567962. Grayscale: #939393. Windows color (decimal): -5667171 or 10323625. OLE color: 10323625.

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

Color convert

RGB169134157-
CMYK00.210.070.34
HSL320.57º16.91%59.41%-
HSV(B)320.57º20.71%66.27%-
XYZ30.9727.9235.65-
YUV147.09133.6143.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=36.74%
G=29.13%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913415700.210.070.34320.5716.9159.41
HexA9869D015722141113b
Octal2512062350257425012173
Binary10101001100001101001110101010111110001010100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9869D; }

 p { color: rgb(169,134,157); }

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

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

 a { background-color: rgb(169,134,157); }

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

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

 span { border-color: rgb(169,134,157); }

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