Html Css Color HEX #A15685 Strikemaster

📋 copy color: '#A15685'

red 161 ◦ green 86 ◦ blue 133

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

Shades of Strikemaster #A15685

Tints of Strikemaster #A15685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.63%

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

R = 42.37%
G = 22.63%
B = 35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A15685 (or 0xA15685) is known color: Strikemaster. HEX triplet: A1, 56 and 85. RGB value is (161,86,133). Sum of RGB (Red+Green+Blue) = 161+86+133=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A15685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15685 is #5EA97A. Grayscale: #717171. Windows color (decimal): -6203771 or 8738465. OLE color: 8738465.

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

Color convert

RGB 161 86 133 -
CMYK 0 0.47 0.17 0.37
HSL 322.4º 0.3% 0.48% -
HSV(B) 322.4º 0.47% 0.63% -
XYZ 22.26 15.93 24.09 -
YUV 113.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 161 86 133 0 0.47 0.17 0.37 322.4 0.3 0.48
Hex A1 56 85 0 2F 11 25 142 1E 30
Octal 241 126 205 0 57 21 45 502 36 60
Binary 10100001 1010110 10000101 0 101111 10001 100101 101000010 11110 110000

Color Harmonies of #A15685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15685

Black with #A15685

Text Example


Text Example

White with #A15685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15685; }

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

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

background-color css

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

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

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

border-color css

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

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

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