Html Css Color HEX #A6698A Strikemaster

📋 copy color: '#A6698A'

red 166 ◦ green 105 ◦ blue 138

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

Shades of Strikemaster #A6698A

Tints of Strikemaster #A6698A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 40.59%
G = 25.67%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6698A (or 0xA6698A) is known color: Strikemaster. HEX triplet: A6, 69 and 8A. RGB value is (166,105,138). Sum of RGB (Red+Green+Blue) = 166+105+138=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6698A is #599675. Grayscale: #7E7E7E. Windows color (decimal): -5871222 or 9071014. OLE color: 9071014.

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

Color convert

RGB 166 105 138 -
CMYK 0 0.37 0.17 0.35
HSL 327.54º 0.26% 0.53% -
HSV(B) 327.54º 0.37% 0.65% -
XYZ 25.36 20.05 26.58 -
YUV 127 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 166 105 138 0 0.37 0.17 0.35 327.54 0.26 0.53
Hex A6 69 8A 0 25 11 23 148 1A 35
Octal 246 151 212 0 45 21 43 510 32 65
Binary 10100110 1101001 10001010 0 100101 10001 100011 101001000 11010 110101

Color Harmonies of #A6698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6698A

Black with #A6698A

Text Example


Text Example

White with #A6698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6698A; }

 p { color: rgb(166,105,138); }

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

background-color css

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

 a { background-color: rgb(166,105,138); }

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

border-color css

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

 span { border-color: rgb(166,105,138); }

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