Html Css Color HEX #A66282 Strikemaster

📋 copy color: '#A66282'

red 166 ◦ green 98 ◦ blue 130

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

Shades of Strikemaster #A66282

Tints of Strikemaster #A66282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.99%

R = 42.13%
G = 24.87%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A66282 (or 0xA66282) is known color: Strikemaster. HEX triplet: A6, 62 and 82. RGB value is (166,98,130). Sum of RGB (Red+Green+Blue) = 166+98+130=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A66282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66282 is #599D7D. Grayscale: #797979. Windows color (decimal): -5873022 or 8544934. OLE color: 8544934.

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

Color convert

RGB 166 98 130 -
CMYK 0 0.41 0.22 0.35
HSL 331.76º 0.28% 0.52% -
HSV(B) 331.76º 0.41% 0.65% -
XYZ 24.12 18.45 23.41 -
YUV 121.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 166 98 130 0 0.41 0.22 0.35 331.76 0.28 0.52
Hex A6 62 82 0 29 16 23 14C 1C 34
Octal 246 142 202 0 51 26 43 514 34 64
Binary 10100110 1100010 10000010 0 101001 10110 100011 101001100 11100 110100

Color Harmonies of #A66282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66282

Black with #A66282

Text Example


Text Example

White with #A66282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66282; }

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

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

background-color css

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

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

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

border-color css

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

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

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