#A5688A

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

Shades of Strikemaster #A5688A

Tints of Strikemaster #A5688A

Color information

#A5688A (or 0xA5688A) is unknown color: approx Strikemaster. HEX triplet: A5, 68 and 8A. RGB value is (165,104,138). Sum of RGB (Red+Green+Blue) = 165+104+138=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5688A is #5A9775. Grayscale: #7E7E7E. Windows color (decimal): -5937014 or 9070757. OLE color: 9070757.

HSL color Cylindrical-coordinate representation of color #A5688A: hue angle of 326.56º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5688A is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165104138-
CMYK00.370.160.35
HSL326.56º25.31%52.75%-
HSV(B)326.56º36.97%64.71%-
XYZ25.0519.7326.53-
YUV126.12134.71155.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=40.54%
G=25.55%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510413800.370.160.35326.5625.3152.75
HexA5688A02510231471935
Octal24515021204520435073165
Binary1010010111010001000101001001011000010001110100011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5688A; }

 p { color: rgb(165,104,138); }

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

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

 a { background-color: rgb(165,104,138); }

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

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

 span { border-color: rgb(165,104,138); }

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