Html Css Color HEX #A6688D Strikemaster

📋 copy color: '#A6688D'

red 166 ◦ green 104 ◦ blue 141

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

Shades of Strikemaster #A6688D

Tints of Strikemaster #A6688D

RGB

 RED value IS 166 (65.23% from 255) = 40.39%

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

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

R = 40.39%
G = 25.3%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6688D (or 0xA6688D) is known color: Strikemaster. HEX triplet: A6, 68 and 8D. RGB value is (166,104,141). Sum of RGB (Red+Green+Blue) = 166+104+141=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6688D is #599772. Grayscale: #7E7E7E. Windows color (decimal): -5871475 or 9267366. OLE color: 9267366.

HSL color Cylindrical-coordinate representation of color #A6688D: hue angle of 324.19º degrees, saturation: 0.26, 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 #A6688D is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 104 141 -
CMYK 0 0.37 0.15 0.35
HSL 324.19º 0.26% 0.53% -
HSV(B) 324.19º 0.37% 0.65% -
XYZ 25.48 19.93 27.7 -
YUV 126.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 166 104 141 0 0.37 0.15 0.35 324.19 0.26 0.53
Hex A6 68 8D 0 25 F 23 144 1A 35
Octal 246 150 215 0 45 17 43 504 32 65
Binary 10100110 1101000 10001101 0 100101 1111 100011 101000100 11010 110101

Color Harmonies of #A6688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6688D

Black with #A6688D

Text Example


Text Example

White with #A6688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6688D; }

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

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

background-color css

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

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

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

border-color css

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

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

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