Html Css Color HEX #A25586 Strikemaster

📋 copy color: '#A25586'

red 162 ◦ green 85 ◦ blue 134

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

Shades of Strikemaster #A25586

Tints of Strikemaster #A25586

RGB

 RED value IS 162 (63.67% from 255) = 42.52%

 GREEN value IS 85 (33.59% from 255) = 22.31%

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 42.52%
G = 22.31%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A25586 (or 0xA25586) is known color: Strikemaster. HEX triplet: A2, 55 and 86. RGB value is (162,85,134). Sum of RGB (Red+Green+Blue) = 162+85+134=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A25586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25586 is #5DAA79. Grayscale: #717171. Windows color (decimal): -6138490 or 8803746. OLE color: 8803746.

HSL color Cylindrical-coordinate representation of color #A25586: hue angle of 321.82º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25586 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 85 134 -
CMYK 0 0.48 0.17 0.36
HSL 321.82º 0.31% 0.48% -
HSV(B) 321.82º 0.48% 0.64% -
XYZ 22.45 15.9 24.44 -
YUV 113.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 162 85 134 0 0.48 0.17 0.36 321.82 0.31 0.48
Hex A2 55 86 0 30 11 24 142 1F 30
Octal 242 125 206 0 60 21 44 502 37 60
Binary 10100010 1010101 10000110 0 110000 10001 100100 101000010 11111 110000

Color Harmonies of #A25586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25586

Black with #A25586

Text Example


Text Example

White with #A25586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25586; }

 p { color: rgb(162,85,134); }

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

background-color css

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

 a { background-color: rgb(162,85,134); }

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

border-color css

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

 span { border-color: rgb(162,85,134); }

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