#A8698B

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

Shades of Strikemaster #A8698B

Tints of Strikemaster #A8698B

Color information

#A8698B (or 0xA8698B) is unknown color: approx Strikemaster. HEX triplet: A8, 69 and 8B. RGB value is (168,105,139). Sum of RGB (Red+Green+Blue) = 168+105+139=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8698B is #579674. Grayscale: #7F7F7F. Windows color (decimal): -5740149 or 9136552. OLE color: 9136552.

HSL color Cylindrical-coordinate representation of color #A8698B: hue angle of 327.62º 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 #A8698B is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB168105139-
CMYK00.380.170.34
HSL327.62º26.58%53.53%-
HSV(B)327.62º37.5%65.88%-
XYZ25.8620.2926.98-
YUV127.71134.37156.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=40.78%
G=25.49%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810513900.380.170.34327.6226.5853.53
HexA8698B02611221481b36
Octal25015121304621425103366
Binary1010100011010011000101101001101000110001010100100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8698B; }

 p { color: rgb(168,105,139); }

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

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

 a { background-color: rgb(168,105,139); }

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

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

 span { border-color: rgb(168,105,139); }

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