#A1667D

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

Shades of Strikemaster #A1667D

Tints of Strikemaster #A1667D

Color information

#A1667D (or 0xA1667D) is unknown color: approx Strikemaster. HEX triplet: A1, 66 and 7D. RGB value is (161,102,125). Sum of RGB (Red+Green+Blue) = 161+102+125=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1667D is #5E9982. Grayscale: #7A7A7A. Windows color (decimal): -6199683 or 8218273. OLE color: 8218273.

HSL color Cylindrical-coordinate representation of color #A1667D: hue angle of 336.61º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1667D is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB161102125-
CMYK00.370.220.37
HSL336.61º23.89%51.57%-
HSV(B)336.61º36.65%63.14%-
XYZ23.1518.5621.76-
YUV122.26129.55155.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=41.49%
G=26.29%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110212500.370.220.37336.6123.8951.57
HexA1667D02516251511834
Octal24114617504526455213064
Binary101000011100110111110101001011011010010110101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1667D; }

 p { color: rgb(161,102,125); }

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

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

 a { background-color: rgb(161,102,125); }

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

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

 span { border-color: rgb(161,102,125); }

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