Html Css Color HEX #A6698B Strikemaster

📋 copy color: '#A6698B'

red 166 ◦ green 105 ◦ blue 139

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

Shades of Strikemaster #A6698B

Tints of Strikemaster #A6698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 40.49%
G = 25.61%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6698B (or 0xA6698B) is known color: Strikemaster. HEX triplet: A6, 69 and 8B. RGB value is (166,105,139). Sum of RGB (Red+Green+Blue) = 166+105+139=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6698B is #599674. Grayscale: #7F7F7F. Windows color (decimal): -5871221 or 9136550. OLE color: 9136550.

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

Color convert

RGB 166 105 139 -
CMYK 0 0.37 0.16 0.35
HSL 326.56º 0.26% 0.53% -
HSV(B) 326.56º 0.37% 0.65% -
XYZ 25.44 20.07 26.96 -
YUV 127.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 166 105 139 0 0.37 0.16 0.35 326.56 0.26 0.53
Hex A6 69 8B 0 25 10 23 147 1A 35
Octal 246 151 213 0 45 20 43 507 32 65
Binary 10100110 1101001 10001011 0 100101 10000 100011 101000111 11010 110101

Color Harmonies of #A6698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6698B

Black with #A6698B

Text Example


Text Example

White with #A6698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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