#A27287

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

Shades of Strikemaster #A27287

Tints of Strikemaster #A27287

Color information

#A27287 (or 0xA27287) is unknown color: approx Strikemaster. HEX triplet: A2, 72 and 87. RGB value is (162,114,135). Sum of RGB (Red+Green+Blue) = 162+114+135=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A27287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27287 is #5D8D78. Grayscale: #828282. Windows color (decimal): -6131065 or 8876706. OLE color: 8876706.

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

Color convert

RGB162114135-
CMYK00.300.170.36
HSL333.75º20.51%54.12%-
HSV(B)333.75º29.63%63.53%-
XYZ25.2921.4725.73-
YUV130.75130.4150.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=39.42%
G=27.74%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211413500.300.170.36333.7520.5154.12
HexA2728701E112414e1536
Octal24216220703621445162566
Binary101000101110010100001110111101000110010010100111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27287; }

 p { color: rgb(162,114,135); }

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

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

 a { background-color: rgb(162,114,135); }

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

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

 span { border-color: rgb(162,114,135); }

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