Html Css Color HEX #A17497 Bouquet

📋 copy color: '#A17497'

red 161 ◦ green 116 ◦ blue 151

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

Shades of Bouquet #A17497

Tints of Bouquet #A17497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.1%

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

R = 37.62%
G = 27.1%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A17497 (or 0xA17497) is known color: Bouquet. HEX triplet: A1, 74 and 97. RGB value is (161,116,151). Sum of RGB (Red+Green+Blue) = 161+116+151=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A17497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17497 is #5E8B68. Grayscale: #858585. Windows color (decimal): -6196073 or 9925793. OLE color: 9925793.

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

Color convert

RGB 161 116 151 -
CMYK 0 0.28 0.06 0.37
HSL 313.33º 0.19% 0.54% -
HSV(B) 313.33º 0.28% 0.63% -
XYZ 26.53 22.3 32.18 -
YUV 133.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 161 116 151 0 0.28 0.06 0.37 313.33 0.19 0.54
Hex A1 74 97 0 1C 6 25 139 13 36
Octal 241 164 227 0 34 6 45 471 23 66
Binary 10100001 1110100 10010111 0 11100 110 100101 100111001 10011 110110

Color Harmonies of #A17497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17497

Black with #A17497

Text Example


Text Example

White with #A17497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17497; }

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

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

background-color css

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

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

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

border-color css

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

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

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