Html Css Color HEX #A8688D Strikemaster

📋 copy color: '#A8688D'

red 168 ◦ green 104 ◦ blue 141

#A8688D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #A8688D

Tints of Strikemaster #A8688D

RGB

 RED value IS 168 (66.02% from 255) = 40.68%

 GREEN value IS 104 (41.02% from 255) = 25.18%

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 40.68%
G = 25.18%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8688D (or 0xA8688D) is known color: Strikemaster. HEX triplet: A8, 68 and 8D. RGB value is (168,104,141). Sum of RGB (Red+Green+Blue) = 168+104+141=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A8688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8688D is #579772. Grayscale: #7F7F7F. Windows color (decimal): -5740403 or 9267368. OLE color: 9267368.

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

Color convert

RGB 168 104 141 -
CMYK 0 0.38 0.16 0.34
HSL 325.31º 0.27% 0.53% -
HSV(B) 325.31º 0.38% 0.66% -
XYZ 25.91 20.15 27.72 -
YUV 127.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 168 104 141 0 0.38 0.16 0.34 325.31 0.27 0.53
Hex A8 68 8D 0 26 10 22 145 1B 35
Octal 250 150 215 0 46 20 42 505 33 65
Binary 10101000 1101000 10001101 0 100110 10000 100010 101000101 11011 110101

Color Harmonies of #A8688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8688D

Black with #A8688D

Text Example


Text Example

White with #A8688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8688D; }

 p { color: rgb(168,104,141); }

 H1.HeaderClassName
 {
   color: #A8688D;
 }
 .AnyTagClassName
 {
   color: #A8688D;
 }
</style>

background-color css

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

 a { background-color: rgb(168,104,141); }

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

border-color css

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

 span { border-color: rgb(168,104,141); }

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