Html Css Color HEX #A17D99 Bouquet

📋 copy color: '#A17D99'

red 161 ◦ green 125 ◦ blue 153

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

Shades of Bouquet #A17D99

Tints of Bouquet #A17D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.47%

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

R = 36.67%
G = 28.47%
B = 34.85%

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

#A17D99 (or 0xA17D99) is known color: Bouquet. HEX triplet: A1, 7D and 99. RGB value is (161,125,153). Sum of RGB (Red+Green+Blue) = 161+125+153=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17D99 is #5E8266. Grayscale: #8A8A8A. Windows color (decimal): -6193767 or 10059169. OLE color: 10059169.

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

Color convert

RGB 161 125 153 -
CMYK 0 0.22 0.05 0.37
HSL 313.33º 0.16% 0.56% -
HSV(B) 313.33º 0.22% 0.63% -
XYZ 27.78 24.54 33.41 -
YUV 138.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 161 125 153 0 0.22 0.05 0.37 313.33 0.16 0.56
Hex A1 7D 99 0 16 5 25 139 10 38
Octal 241 175 231 0 26 5 45 471 20 70
Binary 10100001 1111101 10011001 0 10110 101 100101 100111001 10000 111000

Color Harmonies of #A17D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D99

Black with #A17D99

Text Example


Text Example

White with #A17D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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