Html Css Color HEX #A97B95 Bouquet

📋 copy color: '#A97B95'

red 169 ◦ green 123 ◦ blue 149

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

Shades of Bouquet #A97B95

Tints of Bouquet #A97B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 38.32%
G = 27.89%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A97B95 (or 0xA97B95) is known color: Bouquet. HEX triplet: A9, 7B and 95. RGB value is (169,123,149). Sum of RGB (Red+Green+Blue) = 169+123+149=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97B95 is #56846A. Grayscale: #8B8B8B. Windows color (decimal): -5669995 or 9796521. OLE color: 9796521.

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

Color convert

RGB 169 123 149 -
CMYK 0 0.27 0.12 0.34
HSL 326.09º 0.21% 0.57% -
HSV(B) 326.09º 0.27% 0.66% -
XYZ 28.87 24.77 31.69 -
YUV 139.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 169 123 149 0 0.27 0.12 0.34 326.09 0.21 0.57
Hex A9 7B 95 0 1B C 22 146 15 39
Octal 251 173 225 0 33 14 42 506 25 71
Binary 10101001 1111011 10010101 0 11011 1100 100010 101000110 10101 111001

Color Harmonies of #A97B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97B95

Black with #A97B95

Text Example


Text Example

White with #A97B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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