Html Css Color HEX #A97296 Bouquet

📋 copy color: '#A97296'

red 169 ◦ green 114 ◦ blue 150

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

Shades of Bouquet #A97296

Tints of Bouquet #A97296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.33%

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 39.03%
G = 26.33%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A97296 (or 0xA97296) is known color: Bouquet. HEX triplet: A9, 72 and 96. RGB value is (169,114,150). Sum of RGB (Red+Green+Blue) = 169+114+150=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A97296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97296 is #568D69. Grayscale: #868686. Windows color (decimal): -5672298 or 9859753. OLE color: 9859753.

HSL color Cylindrical-coordinate representation of color #A97296: hue angle of 320.73º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97296 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 114 150 -
CMYK 0 0.33 0.11 0.34
HSL 320.73º 0.24% 0.55% -
HSV(B) 320.73º 0.33% 0.66% -
XYZ 27.88 22.67 31.76 -
YUV 134.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 169 114 150 0 0.33 0.11 0.34 320.73 0.24 0.55
Hex A9 72 96 0 21 B 22 141 18 37
Octal 251 162 226 0 41 13 42 501 30 67
Binary 10101001 1110010 10010110 0 100001 1011 100010 101000001 11000 110111

Color Harmonies of #A97296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97296

Black with #A97296

Text Example


Text Example

White with #A97296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97296; }

 p { color: rgb(169,114,150); }

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

background-color css

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

 a { background-color: rgb(169,114,150); }

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

border-color css

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

 span { border-color: rgb(169,114,150); }

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