#A17287

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

Shades of Strikemaster #A17287

Tints of Strikemaster #A17287

Color information

#A17287 (or 0xA17287) is unknown color: approx Strikemaster. HEX triplet: A1, 72 and 87. RGB value is (161,114,135). Sum of RGB (Red+Green+Blue) = 161+114+135=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A17287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17287 is #5E8D78. Grayscale: #828282. Windows color (decimal): -6196601 or 8876705. OLE color: 8876705.

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

Color convert

RGB161114135-
CMYK00.290.160.37
HSL333.19º20%53.92%-
HSV(B)333.19º29.19%63.14%-
XYZ25.0921.3625.72-
YUV130.45130.57149.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=39.27%
G=27.80%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111413500.290.160.37333.192053.92
HexA1728701D102514d1436
Octal24116220703520455152466
Binary101000011110010100001110111011000010010110100110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17287; }

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

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

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

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

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

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

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

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