Html Css Color HEX #A66686 Strikemaster

📋 copy color: '#A66686'

red 166 ◦ green 102 ◦ blue 134

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

Shades of Strikemaster #A66686

Tints of Strikemaster #A66686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 41.29%
G = 25.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A66686 (or 0xA66686) is known color: Strikemaster. HEX triplet: A6, 66 and 86. RGB value is (166,102,134). Sum of RGB (Red+Green+Blue) = 166+102+134=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A66686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66686 is #599979. Grayscale: #7C7C7C. Windows color (decimal): -5871994 or 8808102. OLE color: 8808102.

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

Color convert

RGB 166 102 134 -
CMYK 0 0.39 0.19 0.35
HSL 330º 0.26% 0.53% -
HSV(B) 330º 0.39% 0.65% -
XYZ 24.78 19.33 24.98 -
YUV 124.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 166 102 134 0 0.39 0.19 0.35 330 0.26 0.53
Hex A6 66 86 0 27 13 23 14A 1A 35
Octal 246 146 206 0 47 23 43 512 32 65
Binary 10100110 1100110 10000110 0 100111 10011 100011 101001010 11010 110101

Color Harmonies of #A66686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66686

Black with #A66686

Text Example


Text Example

White with #A66686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66686; }

 p { color: rgb(166,102,134); }

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

background-color css

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

 a { background-color: rgb(166,102,134); }

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

border-color css

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

 span { border-color: rgb(166,102,134); }

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