#A36F88

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

Shades of Strikemaster #A36F88

Tints of Strikemaster #A36F88

Color information

#A36F88 (or 0xA36F88) is unknown color: approx Strikemaster. HEX triplet: A3, 6F and 88. RGB value is (163,111,136). Sum of RGB (Red+Green+Blue) = 163+111+136=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F88 is #5C9077. Grayscale: #818181. Windows color (decimal): -6066296 or 8941475. OLE color: 8941475.

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

Color convert

RGB163111136-
CMYK00.320.170.36
HSL331.15º22.03%53.73%-
HSV(B)331.15º31.9%63.92%-
XYZ25.2320.9326-
YUV129.4131.73151.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 111 (43.75% from 255) = 27.07%
BLUE value IS 136 (53.52% from 255) = 33.17%
R=39.76%
G=27.07%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311113600.320.170.36331.1522.0353.73
HexA36F88020112414b1636
Octal24315721004021445132666
Binary1010001111011111000100001000001000110010010100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F88; }

 p { color: rgb(163,111,136); }

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

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

 a { background-color: rgb(163,111,136); }

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

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

 span { border-color: rgb(163,111,136); }

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