#A56081

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

Shades of Strikemaster #A56081

Tints of Strikemaster #A56081

Color information

#A56081 (or 0xA56081) is unknown color: approx Strikemaster. HEX triplet: A5, 60 and 81. RGB value is (165,96,129). Sum of RGB (Red+Green+Blue) = 165+96+129=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A56081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56081 is #5A9F7E. Grayscale: #787878. Windows color (decimal): -5939071 or 8478885. OLE color: 8478885.

HSL color Cylindrical-coordinate representation of color #A56081: hue angle of 331.3º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56081 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16596129-
CMYK00.420.220.35
HSL331.3º27.71%51.18%-
HSV(B)331.3º41.82%64.71%-
XYZ23.6617.9522.99-
YUV120.39132.86159.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=42.31%
G=24.62%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659612900.420.220.35331.327.7151.18
HexA5608102A162314b1c33
Octal24514020105226435133463
Binary1010010111000001000000101010101011010001110100101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56081; }

 p { color: rgb(165,96,129); }

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

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

 a { background-color: rgb(165,96,129); }

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

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

 span { border-color: rgb(165,96,129); }

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