#A979A5

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

Shades of Bouquet #A979A5

Tints of Bouquet #A979A5

Color information

#A979A5 (or 0xA979A5) is unknown color: approx Bouquet. HEX triplet: A9, 79 and A5. RGB value is (169,121,165). Sum of RGB (Red+Green+Blue) = 169+121+165=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A979A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979A5 is #56865A. Grayscale: #8C8C8C. Windows color (decimal): -5670491 or 10844585. OLE color: 10844585.

HSL color Cylindrical-coordinate representation of color #A979A5: hue angle of 305º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A979A5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB169121165-
CMYK00.280.020.34
HSL305º21.82%56.86%-
HSV(B)305º28.4%66.27%-
XYZ29.9924.8338.81-
YUV140.37141.9148.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=37.14%
G=26.59%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912116500.280.020.3430521.8256.86
HexA979A501C2221311639
Octal2511712450342424612671
Binary101010011111001101001010111001010001010011000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979A5; }

 p { color: rgb(169,121,165); }

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

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

 a { background-color: rgb(169,121,165); }

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

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

 span { border-color: rgb(169,121,165); }

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