#A36783

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

Shades of Strikemaster #A36783

Tints of Strikemaster #A36783

Color information

#A36783 (or 0xA36783) is unknown color: approx Strikemaster. HEX triplet: A3, 67 and 83. RGB value is (163,103,131). Sum of RGB (Red+Green+Blue) = 163+103+131=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A36783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36783 is #5C987C. Grayscale: #7C7C7C. Windows color (decimal): -6068349 or 8611747. OLE color: 8611747.

HSL color Cylindrical-coordinate representation of color #A36783: hue angle of 332º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36783 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163103131-
CMYK00.370.200.36
HSL332º24.59%52.16%-
HSV(B)332º36.81%63.92%-
XYZ24.0519.1323.9-
YUV124.13131.88155.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=41.06%
G=25.94%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310313100.370.200.3633224.5952.16
HexA36783025142414c1934
Octal24314720304524445143164
Binary1010001111001111000001101001011010010010010100110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36783; }

 p { color: rgb(163,103,131); }

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

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

 a { background-color: rgb(163,103,131); }

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

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

 span { border-color: rgb(163,103,131); }

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