#A9678C

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

Shades of Strikemaster #A9678C

Tints of Strikemaster #A9678C

Color information

#A9678C (or 0xA9678C) is unknown color: approx Strikemaster. HEX triplet: A9, 67 and 8C. RGB value is (169,103,140). Sum of RGB (Red+Green+Blue) = 169+103+140=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9678C is #569873. Grayscale: #7E7E7E. Windows color (decimal): -5675124 or 9201577. OLE color: 9201577.

HSL color Cylindrical-coordinate representation of color #A9678C: hue angle of 326.36º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9678C is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB169103140-
CMYK00.390.170.34
HSL326.36º27.73%53.33%-
HSV(B)326.36º39.05%66.27%-
XYZ25.9520.0327.31-
YUV126.95135.37157.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=41.02%
G=25%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910314000.390.170.34326.3627.7353.33
HexA9678C02711221461c35
Octal25114721404721425063465
Binary1010100111001111000110001001111000110001010100011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9678C; }

 p { color: rgb(169,103,140); }

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

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

 a { background-color: rgb(169,103,140); }

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

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

 span { border-color: rgb(169,103,140); }

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