Html Css Color HEX #A17496 Bouquet

📋 copy color: '#A17496'

red 161 ◦ green 116 ◦ blue 150

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

Shades of Bouquet #A17496

Tints of Bouquet #A17496

RGB

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

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

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

R = 37.7%
G = 27.17%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A17496 (or 0xA17496) is known color: Bouquet. HEX triplet: A1, 74 and 96. RGB value is (161,116,150). Sum of RGB (Red+Green+Blue) = 161+116+150=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A17496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17496 is #5E8B69. Grayscale: #858585. Windows color (decimal): -6196074 or 9860257. OLE color: 9860257.

HSL color Cylindrical-coordinate representation of color #A17496: hue angle of 314.67º 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 #A17496 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 116 150 -
CMYK 0 0.28 0.07 0.37
HSL 314.67º 0.19% 0.54% -
HSV(B) 314.67º 0.28% 0.63% -
XYZ 26.45 22.27 31.76 -
YUV 133.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 161 116 150 0 0.28 0.07 0.37 314.67 0.19 0.54
Hex A1 74 96 0 1C 7 25 13B 13 36
Octal 241 164 226 0 34 7 45 473 23 66
Binary 10100001 1110100 10010110 0 11100 111 100101 100111011 10011 110110

Color Harmonies of #A17496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17496

Black with #A17496

Text Example


Text Example

White with #A17496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17496; }

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

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

background-color css

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

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

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

border-color css

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

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

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