#A35B7F

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

Shades of Strikemaster #A35B7F

Tints of Strikemaster #A35B7F

Color information

#A35B7F (or 0xA35B7F) is unknown color: approx Strikemaster. HEX triplet: A3, 5B and 7F. RGB value is (163,91,127). Sum of RGB (Red+Green+Blue) = 163+91+127=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B7F is #5CA480. Grayscale: #747474. Windows color (decimal): -6071425 or 8346531. OLE color: 8346531.

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

Color convert

RGB16391127-
CMYK00.440.220.36
HSL330º28.35%49.8%-
HSV(B)330º44.17%63.92%-
XYZ22.6816.822.13-
YUV116.63133.85161.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 127 (50% from 255) = 33.33%
R=42.78%
G=23.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639112700.440.220.3633028.3549.8
HexA35B7F02C162414a1c32
Octal24313317705426445123462
Binary101000111011011111111101011001011010010010100101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B7F; }

 p { color: rgb(163,91,127); }

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

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

 a { background-color: rgb(163,91,127); }

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

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

 span { border-color: rgb(163,91,127); }

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