Html Css Color HEX #A17184 Strikemaster

📋 copy color: '#A17184'

red 161 ◦ green 113 ◦ blue 132

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

Shades of Strikemaster #A17184

Tints of Strikemaster #A17184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.83%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 39.66%
G = 27.83%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A17184 (or 0xA17184) is known color: Strikemaster. HEX triplet: A1, 71 and 84. RGB value is (161,113,132). Sum of RGB (Red+Green+Blue) = 161+113+132=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A17184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17184 is #5E8E7B. Grayscale: #818181. Windows color (decimal): -6196860 or 8679841. OLE color: 8679841.

HSL color Cylindrical-coordinate representation of color #A17184: hue angle of 336.25º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17184 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 132 -
CMYK 0 0.30 0.18 0.37
HSL 336.25º 0.2% 0.54% -
HSV(B) 336.25º 0.3% 0.63% -
XYZ 24.77 21.05 24.59 -
YUV 129.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 161 113 132 0 0.30 0.18 0.37 336.25 0.2 0.54
Hex A1 71 84 0 1E 12 25 150 14 36
Octal 241 161 204 0 36 22 45 520 24 66
Binary 10100001 1110001 10000100 0 11110 10010 100101 101010000 10100 110110

Color Harmonies of #A17184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17184

Black with #A17184

Text Example


Text Example

White with #A17184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17184; }

 p { color: rgb(161,113,132); }

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

background-color css

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

 a { background-color: rgb(161,113,132); }

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

border-color css

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

 span { border-color: rgb(161,113,132); }

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