Html Css Color HEX #A97990 Bouquet

📋 copy color: '#A97990'

red 169 ◦ green 121 ◦ blue 144

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

Shades of Bouquet #A97990

Tints of Bouquet #A97990

RGB

 RED value IS 169 (66.41% from 255) = 38.94%

 GREEN value IS 121 (47.66% from 255) = 27.88%

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 38.94%
G = 27.88%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A97990 (or 0xA97990) is known color: Bouquet. HEX triplet: A9, 79 and 90. RGB value is (169,121,144). Sum of RGB (Red+Green+Blue) = 169+121+144=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A97990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97990 is #56866F. Grayscale: #898989. Windows color (decimal): -5670512 or 9468329. OLE color: 9468329.

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

Color convert

RGB 169 121 144 -
CMYK 0 0.28 0.15 0.34
HSL 331.25º 0.22% 0.57% -
HSV(B) 331.25º 0.28% 0.66% -
XYZ 28.23 24.12 29.55 -
YUV 137.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 169 121 144 0 0.28 0.15 0.34 331.25 0.22 0.57
Hex A9 79 90 0 1C F 22 14B 16 39
Octal 251 171 220 0 34 17 42 513 26 71
Binary 10101001 1111001 10010000 0 11100 1111 100010 101001011 10110 111001

Color Harmonies of #A97990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97990

Black with #A97990

Text Example


Text Example

White with #A97990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97990; }

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

 H1.HeaderClassName
 {
   color: #A97990;
 }
 .AnyTagClassName
 {
   color: #A97990;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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