Html Css Color HEX #A15289 Strikemaster

📋 copy color: '#A15289'

red 161 ◦ green 82 ◦ blue 137

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

Shades of Strikemaster #A15289

Tints of Strikemaster #A15289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.58%

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 42.37%
G = 21.58%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A15289 (or 0xA15289) is known color: Strikemaster. HEX triplet: A1, 52 and 89. RGB value is (161,82,137). Sum of RGB (Red+Green+Blue) = 161+82+137=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A15289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15289 is #5EAD76. Grayscale: #6F6F6F. Windows color (decimal): -6204791 or 8999585. OLE color: 8999585.

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

Color convert

RGB 161 82 137 -
CMYK 0 0.49 0.15 0.37
HSL 318.23º 0.33% 0.48% -
HSV(B) 318.23º 0.49% 0.63% -
XYZ 22.23 15.42 25.47 -
YUV 111.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 161 82 137 0 0.49 0.15 0.37 318.23 0.33 0.48
Hex A1 52 89 0 31 F 25 13E 21 30
Octal 241 122 211 0 61 17 45 476 41 60
Binary 10100001 1010010 10001001 0 110001 1111 100101 100111110 100001 110000

Color Harmonies of #A15289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15289

Black with #A15289

Text Example


Text Example

White with #A15289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15289; }

 p { color: rgb(161,82,137); }

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

background-color css

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

 a { background-color: rgb(161,82,137); }

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

border-color css

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

 span { border-color: rgb(161,82,137); }

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