Html Css Color HEX #A66091 Strikemaster

📋 copy color: '#A66091'

red 166 ◦ green 96 ◦ blue 145

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

Shades of Strikemaster #A66091

Tints of Strikemaster #A66091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.63%

R = 40.79%
G = 23.59%
B = 35.63%

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

#A66091 (or 0xA66091) is known color: Strikemaster. HEX triplet: A6, 60 and 91. RGB value is (166,96,145). Sum of RGB (Red+Green+Blue) = 166+96+145=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A66091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66091 is #599F6E. Grayscale: #7A7A7A. Windows color (decimal): -5873519 or 9527462. OLE color: 9527462.

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

Color convert

RGB 166 96 145 -
CMYK 0 0.42 0.13 0.35
HSL 318º 0.28% 0.51% -
HSV(B) 318º 0.42% 0.65% -
XYZ 25.02 18.52 29.04 -
YUV 122.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 166 96 145 0 0.42 0.13 0.35 318 0.28 0.51
Hex A6 60 91 0 2A D 23 13E 1C 33
Octal 246 140 221 0 52 15 43 476 34 63
Binary 10100110 1100000 10010001 0 101010 1101 100011 100111110 11100 110011

Color Harmonies of #A66091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66091

Black with #A66091

Text Example


Text Example

White with #A66091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66091; }

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

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

background-color css

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

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

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

border-color css

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

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

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