Html Css Color HEX #A66280 Strikemaster

📋 copy color: '#A66280'

red 166 ◦ green 98 ◦ blue 128

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

Shades of Strikemaster #A66280

Tints of Strikemaster #A66280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25%

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 42.35%
G = 25%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A66280 (or 0xA66280) is known color: Strikemaster. HEX triplet: A6, 62 and 80. RGB value is (166,98,128). Sum of RGB (Red+Green+Blue) = 166+98+128=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A66280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66280 is #599D7F. Grayscale: #797979. Windows color (decimal): -5873024 or 8413862. OLE color: 8413862.

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

Color convert

RGB 166 98 128 -
CMYK 0 0.41 0.23 0.35
HSL 333.53º 0.28% 0.52% -
HSV(B) 333.53º 0.41% 0.65% -
XYZ 23.99 18.4 22.71 -
YUV 121.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 166 98 128 0 0.41 0.23 0.35 333.53 0.28 0.52
Hex A6 62 80 0 29 17 23 14E 1C 34
Octal 246 142 200 0 51 27 43 516 34 64
Binary 10100110 1100010 10000000 0 101001 10111 100011 101001110 11100 110100

Color Harmonies of #A66280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66280

Black with #A66280

Text Example


Text Example

White with #A66280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66280; }

 p { color: rgb(166,98,128); }

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

background-color css

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

 a { background-color: rgb(166,98,128); }

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

border-color css

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

 span { border-color: rgb(166,98,128); }

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