#a96a8b

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

Shades of Strikemaster #A96A8B

Tints of Strikemaster #A96A8B

Color information

#A96A8B (or 0xA96A8B) is unknown color: approx Strikemaster. HEX triplet: A9, 6A and 8B. RGB value is (169,106,139). Sum of RGB (Red+Green+Blue) = 169+106+139=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96A8B is #569574. Grayscale: #808080. Windows color (decimal): -5674357 or 9136809. OLE color: 9136809.

HSL color Cylindrical-coordinate representation of color #A96A8B: hue angle of 328.57º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96A8B is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB169106139-
CMYK00.370.180.34
HSL328.57º26.81%53.92%-
HSV(B)328.57º37.28%66.27%-
XYZ26.1820.6127.02-
YUV128.6133.87156.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 106 (41.80% from 255) = 25.60%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=40.82%
G=25.60%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910613900.370.180.34328.5726.8153.92
HexA96A8B02512221491b36
Octal25115221304522425113366
Binary1010100111010101000101101001011001010001010100100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a96a8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a96a8b; }

 p { color: rgb(169,106,139); }

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

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

 a { background-color: rgb(169,106,139); }

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

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

 span { border-color: rgb(169,106,139); }

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