Html Css Color HEX #A17E99 Bouquet

📋 copy color: '#A17E99'

red 161 ◦ green 126 ◦ blue 153

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

Shades of Bouquet #A17E99

Tints of Bouquet #A17E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.64%

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 36.59%
G = 28.64%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A17E99 (or 0xA17E99) is known color: Bouquet. HEX triplet: A1, 7E and 99. RGB value is (161,126,153). Sum of RGB (Red+Green+Blue) = 161+126+153=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17E99 is #5E8166. Grayscale: #8B8B8B. Windows color (decimal): -6193511 or 10059425. OLE color: 10059425.

HSL color Cylindrical-coordinate representation of color #A17E99: hue angle of 313.71º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17E99 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 126 153 -
CMYK 0 0.22 0.05 0.37
HSL 313.71º 0.16% 0.56% -
HSV(B) 313.71º 0.22% 0.63% -
XYZ 27.91 24.8 33.45 -
YUV 139.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 161 126 153 0 0.22 0.05 0.37 313.71 0.16 0.56
Hex A1 7E 99 0 16 5 25 13A 10 38
Octal 241 176 231 0 26 5 45 472 20 70
Binary 10100001 1111110 10011001 0 10110 101 100101 100111010 10000 111000

Color Harmonies of #A17E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E99

Black with #A17E99

Text Example


Text Example

White with #A17E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E99; }

 p { color: rgb(161,126,153); }

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

background-color css

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

 a { background-color: rgb(161,126,153); }

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

border-color css

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

 span { border-color: rgb(161,126,153); }

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