Html Css Color HEX #A97B96 Bouquet

📋 copy color: '#A97B96'

red 169 ◦ green 123 ◦ blue 150

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

Shades of Bouquet #A97B96

Tints of Bouquet #A97B96

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.83%

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

R = 38.24%
G = 27.83%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A97B96 (or 0xA97B96) is known color: Bouquet. HEX triplet: A9, 7B and 96. RGB value is (169,123,150). Sum of RGB (Red+Green+Blue) = 169+123+150=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97B96 is #568469. Grayscale: #8B8B8B. Windows color (decimal): -5669994 or 9862057. OLE color: 9862057.

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

Color convert

RGB 169 123 150 -
CMYK 0 0.27 0.11 0.34
HSL 324.78º 0.21% 0.57% -
HSV(B) 324.78º 0.27% 0.66% -
XYZ 28.95 24.8 32.12 -
YUV 139.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 169 123 150 0 0.27 0.11 0.34 324.78 0.21 0.57
Hex A9 7B 96 0 1B B 22 145 15 39
Octal 251 173 226 0 33 13 42 505 25 71
Binary 10101001 1111011 10010110 0 11011 1011 100010 101000101 10101 111001

Color Harmonies of #A97B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97B96

Black with #A97B96

Text Example


Text Example

White with #A97B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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