Html Css Color HEX #A66090 Strikemaster

📋 copy color: '#A66090'

red 166 ◦ green 96 ◦ blue 144

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

Shades of Strikemaster #A66090

Tints of Strikemaster #A66090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.65%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 40.89%
G = 23.65%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A66090 (or 0xA66090) is known color: Strikemaster. HEX triplet: A6, 60 and 90. RGB value is (166,96,144). Sum of RGB (Red+Green+Blue) = 166+96+144=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A66090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66090 is #599F6F. Grayscale: #7A7A7A. Windows color (decimal): -5873520 or 9461926. OLE color: 9461926.

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

Color convert

RGB 166 96 144 -
CMYK 0 0.42 0.13 0.35
HSL 318.86º 0.28% 0.51% -
HSV(B) 318.86º 0.42% 0.65% -
XYZ 24.94 18.49 28.64 -
YUV 122.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 166 96 144 0 0.42 0.13 0.35 318.86 0.28 0.51
Hex A6 60 90 0 2A D 23 13F 1C 33
Octal 246 140 220 0 52 15 43 477 34 63
Binary 10100110 1100000 10010000 0 101010 1101 100011 100111111 11100 110011

Color Harmonies of #A66090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66090

Black with #A66090

Text Example


Text Example

White with #A66090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66090; }

 p { color: rgb(166,96,144); }

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

background-color css

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

 a { background-color: rgb(166,96,144); }

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

border-color css

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

 span { border-color: rgb(166,96,144); }

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