Html Css Color HEX #A15B79 Strikemaster

📋 copy color: '#A15B79'

red 161 ◦ green 91 ◦ blue 121

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

Shades of Strikemaster #A15B79

Tints of Strikemaster #A15B79

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.4%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 43.16%
G = 24.4%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A15B79 (or 0xA15B79) is known color: Strikemaster. HEX triplet: A1, 5B and 79. RGB value is (161,91,121). Sum of RGB (Red+Green+Blue) = 161+91+121=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B79 is #5EA486. Grayscale: #737373. Windows color (decimal): -6202503 or 7953313. OLE color: 7953313.

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

Color convert

RGB 161 91 121 -
CMYK 0 0.43 0.25 0.37
HSL 334.29º 0.28% 0.49% -
HSV(B) 334.29º 0.43% 0.63% -
XYZ 21.89 16.44 20.11 -
YUV 115.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 161 91 121 0 0.43 0.25 0.37 334.29 0.28 0.49
Hex A1 5B 79 0 2B 19 25 14E 1C 31
Octal 241 133 171 0 53 31 45 516 34 61
Binary 10100001 1011011 1111001 0 101011 11001 100101 101001110 11100 110001

Color Harmonies of #A15B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15B79

Black with #A15B79

Text Example


Text Example

White with #A15B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15B79; }

 p { color: rgb(161,91,121); }

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

background-color css

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

 a { background-color: rgb(161,91,121); }

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

border-color css

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

 span { border-color: rgb(161,91,121); }

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