Html Css Color HEX #A6658A Strikemaster

📋 copy color: '#A6658A'

red 166 ◦ green 101 ◦ blue 138

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

Shades of Strikemaster #A6658A

Tints of Strikemaster #A6658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

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

R = 40.99%
G = 24.94%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6658A (or 0xA6658A) is known color: Strikemaster. HEX triplet: A6, 65 and 8A. RGB value is (166,101,138). Sum of RGB (Red+Green+Blue) = 166+101+138=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6658A is #599A75. Grayscale: #7C7C7C. Windows color (decimal): -5872246 or 9069990. OLE color: 9069990.

HSL color Cylindrical-coordinate representation of color #A6658A: hue angle of 325.85º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6658A is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 101 138 -
CMYK 0 0.39 0.17 0.35
HSL 325.85º 0.27% 0.52% -
HSV(B) 325.85º 0.39% 0.65% -
XYZ 24.97 19.25 26.44 -
YUV 124.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 166 101 138 0 0.39 0.17 0.35 325.85 0.27 0.52
Hex A6 65 8A 0 27 11 23 146 1B 34
Octal 246 145 212 0 47 21 43 506 33 64
Binary 10100110 1100101 10001010 0 100111 10001 100011 101000110 11011 110100

Color Harmonies of #A6658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6658A

Black with #A6658A

Text Example


Text Example

White with #A6658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6658A; }

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

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

background-color css

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

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

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

border-color css

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

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

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