#A27085

Color #A27085 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #A27085

Tints of Strikemaster #A27085

Color information

#A27085 (or 0xA27085) is unknown color: approx Strikemaster. HEX triplet: A2, 70 and 85. RGB value is (162,112,133). Sum of RGB (Red+Green+Blue) = 162+112+133=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A27085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27085 is #5D8F7A. Grayscale: #818181. Windows color (decimal): -6131579 or 8745122. OLE color: 8745122.

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

Color convert

RGB162112133-
CMYK00.310.180.36
HSL334.8º21.19%53.73%-
HSV(B)334.8º30.86%63.53%-
XYZ24.9320.9624.92-
YUV129.34130.06151.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=39.80%
G=27.52%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211213300.310.180.36334.821.1953.73
HexA2708501F122414f1536
Octal24216020503722445172566
Binary101000101110000100001010111111001010010010100111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27085; }

 p { color: rgb(162,112,133); }

 H1.HeaderClassName
 {
   color: #A27085;
 }
 .AnyTagClassName
 {
   color: #A27085;
 }
</style>
background-color css

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

 a { background-color: rgb(162,112,133); }

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

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

 span { border-color: rgb(162,112,133); }

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