#A17285

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

Shades of Strikemaster #A17285

Tints of Strikemaster #A17285

Color information

#A17285 (or 0xA17285) is unknown color: approx Strikemaster. HEX triplet: A1, 72 and 85. RGB value is (161,114,133). Sum of RGB (Red+Green+Blue) = 161+114+133=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A17285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17285 is #5E8D7A. Grayscale: #828282. Windows color (decimal): -6196603 or 8745633. OLE color: 8745633.

HSL color Cylindrical-coordinate representation of color #A17285: hue angle of 335.74º 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 #A17285 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB161114133-
CMYK00.290.170.37
HSL335.74º20%53.92%-
HSV(B)335.74º29.19%63.14%-
XYZ24.9521.3124.99-
YUV130.22129.57149.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=39.46%
G=27.94%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111413300.290.170.37335.742053.92
HexA1728501D11251501436
Octal24116220503521455202466
Binary101000011110010100001010111011000110010110101000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17285; }

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

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

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

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

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

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

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

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