Html Css Color HEX #A15785 Strikemaster

📋 copy color: '#A15785'

red 161 ◦ green 87 ◦ blue 133

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

Shades of Strikemaster #A15785

Tints of Strikemaster #A15785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.83%

 BLUE value IS 133 (52.34% from 255) = 34.91%

R = 42.26%
G = 22.83%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A15785 (or 0xA15785) is known color: Strikemaster. HEX triplet: A1, 57 and 85. RGB value is (161,87,133). Sum of RGB (Red+Green+Blue) = 161+87+133=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A15785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15785 is #5EA87A. Grayscale: #727272. Windows color (decimal): -6203515 or 8738721. OLE color: 8738721.

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

Color convert

RGB 161 87 133 -
CMYK 0 0.46 0.17 0.37
HSL 322.7º 0.3% 0.49% -
HSV(B) 322.7º 0.46% 0.63% -
XYZ 22.34 16.09 24.12 -
YUV 114.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 161 87 133 0 0.46 0.17 0.37 322.7 0.3 0.49
Hex A1 57 85 0 2E 11 25 143 1E 31
Octal 241 127 205 0 56 21 45 503 36 61
Binary 10100001 1010111 10000101 0 101110 10001 100101 101000011 11110 110001

Color Harmonies of #A15785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15785

Black with #A15785

Text Example


Text Example

White with #A15785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15785; }

 p { color: rgb(161,87,133); }

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

background-color css

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

 a { background-color: rgb(161,87,133); }

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

border-color css

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

 span { border-color: rgb(161,87,133); }

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