Html Css Color HEX #A979A5 Bouquet

📋 copy color: '#A979A5'

red 169 ◦ green 121 ◦ blue 165

#A979A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #A979A5

Tints of Bouquet #A979A5

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 value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A979A5 (or 0xA979A5) is known color: 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

RGB 169 121 165 -
CMYK 0 0.28 0.02 0.34
HSL 305º 0.22% 0.57% -
HSV(B) 305º 0.28% 0.66% -
XYZ 29.99 24.83 38.81 -
YUV 140.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 169 121 165 0 0.28 0.02 0.34 305 0.22 0.57
Hex A9 79 A5 0 1C 2 22 131 16 39
Octal 251 171 245 0 34 2 42 461 26 71
Binary 10101001 1111001 10100101 0 11100 10 100010 100110001 10110 111001

Color Harmonies of #A979A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A979A5

Black with #A979A5

Text Example


Text Example

White with #A979A5

Text Example


Text Example

HTML Codes & Css Web 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>