#A9688B

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

Shades of Strikemaster #A9688B

Tints of Strikemaster #A9688B

Color information

#A9688B (or 0xA9688B) is unknown color: approx Strikemaster. HEX triplet: A9, 68 and 8B. RGB value is (169,104,139). Sum of RGB (Red+Green+Blue) = 169+104+139=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9688B is #569774. Grayscale: #7F7F7F. Windows color (decimal): -5674869 or 9136297. OLE color: 9136297.

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

Color convert

RGB169104139-
CMYK00.380.180.34
HSL327.69º27.43%53.53%-
HSV(B)327.69º38.46%66.27%-
XYZ25.9720.226.96-
YUV127.42134.53157.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=41.02%
G=25.24%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910413900.380.180.34327.6927.4353.53
HexA9688B02612221481b36
Octal25115021304622425103366
Binary1010100111010001000101101001101001010001010100100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9688B; }

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

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

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

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

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

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

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

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