Html Css Color HEX #A97994 Bouquet

📋 copy color: '#A97994'

red 169 ◦ green 121 ◦ blue 148

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

Shades of Bouquet #A97994

Tints of Bouquet #A97994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.79%

R = 38.58%
G = 27.63%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A97994 (or 0xA97994) is known color: Bouquet. HEX triplet: A9, 79 and 94. RGB value is (169,121,148). Sum of RGB (Red+Green+Blue) = 169+121+148=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A97994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97994 is #56866B. Grayscale: #8A8A8A. Windows color (decimal): -5670508 or 9730473. OLE color: 9730473.

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

Color convert

RGB 169 121 148 -
CMYK 0 0.28 0.12 0.34
HSL 326.25º 0.22% 0.57% -
HSV(B) 326.25º 0.28% 0.66% -
XYZ 28.54 24.25 31.19 -
YUV 138.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 169 121 148 0 0.28 0.12 0.34 326.25 0.22 0.57
Hex A9 79 94 0 1C C 22 146 16 39
Octal 251 171 224 0 34 14 42 506 26 71
Binary 10101001 1111001 10010100 0 11100 1100 100010 101000110 10110 111001

Color Harmonies of #A97994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97994

Black with #A97994

Text Example


Text Example

White with #A97994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97994; }

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

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

background-color css

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

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

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

border-color css

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

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

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