Html Css Color HEX #A17997 Bouquet

📋 copy color: '#A17997'

red 161 ◦ green 121 ◦ blue 151

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

Shades of Bouquet #A17997

Tints of Bouquet #A17997

RGB

 RED value IS 161 (63.28% from 255) = 37.18%

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

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 37.18%
G = 27.94%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A17997 (or 0xA17997) is known color: Bouquet. HEX triplet: A1, 79 and 97. RGB value is (161,121,151). Sum of RGB (Red+Green+Blue) = 161+121+151=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A17997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17997 is #5E8668. Grayscale: #888888. Windows color (decimal): -6194793 or 9927073. OLE color: 9927073.

HSL color Cylindrical-coordinate representation of color #A17997: hue angle of 315º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17997 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 121 151 -
CMYK 0 0.25 0.06 0.37
HSL 315º 0.18% 0.55% -
HSV(B) 315º 0.25% 0.63% -
XYZ 27.12 23.49 32.38 -
YUV 136.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 161 121 151 0 0.25 0.06 0.37 315 0.18 0.55
Hex A1 79 97 0 19 6 25 13B 12 37
Octal 241 171 227 0 31 6 45 473 22 67
Binary 10100001 1111001 10010111 0 11001 110 100101 100111011 10010 110111

Color Harmonies of #A17997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17997

Black with #A17997

Text Example


Text Example

White with #A17997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17997; }

 p { color: rgb(161,121,151); }

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

background-color css

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

 a { background-color: rgb(161,121,151); }

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

border-color css

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

 span { border-color: rgb(161,121,151); }

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