Html Css Color HEX #A06286 Strikemaster

📋 copy color: '#A06286'

red 160 ◦ green 98 ◦ blue 134

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

Shades of Strikemaster #A06286

Tints of Strikemaster #A06286

RGB

 RED value IS 160 (62.89% from 255) = 40.82%

 GREEN value IS 98 (38.67% from 255) = 25%

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

R = 40.82%
G = 25%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A06286 (or 0xA06286) is known color: Strikemaster. HEX triplet: A0, 62 and 86. RGB value is (160,98,134). Sum of RGB (Red+Green+Blue) = 160+98+134=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A06286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06286 is #5F9D79. Grayscale: #787878. Windows color (decimal): -6266234 or 8807072. OLE color: 8807072.

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

Color convert

RGB 160 98 134 -
CMYK 0 0.39 0.16 0.37
HSL 325.16º 0.25% 0.51% -
HSV(B) 325.16º 0.39% 0.63% -
XYZ 23.17 17.93 24.79 -
YUV 120.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 160 98 134 0 0.39 0.16 0.37 325.16 0.25 0.51
Hex A0 62 86 0 27 10 25 145 19 33
Octal 240 142 206 0 47 20 45 505 31 63
Binary 10100000 1100010 10000110 0 100111 10000 100101 101000101 11001 110011

Color Harmonies of #A06286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06286

Black with #A06286

Text Example


Text Example

White with #A06286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06286; }

 p { color: rgb(160,98,134); }

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

background-color css

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

 a { background-color: rgb(160,98,134); }

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

border-color css

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

 span { border-color: rgb(160,98,134); }

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