Html Css Color HEX #A66087 Strikemaster

📋 copy color: '#A66087'

red 166 ◦ green 96 ◦ blue 135

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

Shades of Strikemaster #A66087

Tints of Strikemaster #A66087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.01%

R = 41.81%
G = 24.18%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A66087 (or 0xA66087) is known color: Strikemaster. HEX triplet: A6, 60 and 87. RGB value is (166,96,135). Sum of RGB (Red+Green+Blue) = 166+96+135=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66087 is #599F78. Grayscale: #797979. Windows color (decimal): -5873529 or 8872102. OLE color: 8872102.

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

Color convert

RGB 166 96 135 -
CMYK 0 0.42 0.19 0.35
HSL 326.57º 0.28% 0.51% -
HSV(B) 326.57º 0.42% 0.65% -
XYZ 24.28 18.22 25.16 -
YUV 121.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 166 96 135 0 0.42 0.19 0.35 326.57 0.28 0.51
Hex A6 60 87 0 2A 13 23 147 1C 33
Octal 246 140 207 0 52 23 43 507 34 63
Binary 10100110 1100000 10000111 0 101010 10011 100011 101000111 11100 110011

Color Harmonies of #A66087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66087

Black with #A66087

Text Example


Text Example

White with #A66087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66087; }

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

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

background-color css

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

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

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

border-color css

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

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

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