Html Css Color HEX #A66187 Strikemaster

📋 copy color: '#A66187'

red 166 ◦ green 97 ◦ blue 135

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

Shades of Strikemaster #A66187

Tints of Strikemaster #A66187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.37%

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

R = 41.71%
G = 24.37%
B = 33.92%

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

#A66187 (or 0xA66187) is known color: Strikemaster. HEX triplet: A6, 61 and 87. RGB value is (166,97,135). Sum of RGB (Red+Green+Blue) = 166+97+135=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A66187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66187 is #599E78. Grayscale: #797979. Windows color (decimal): -5873273 or 8872358. OLE color: 8872358.

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

Color convert

RGB 166 97 135 -
CMYK 0 0.42 0.19 0.35
HSL 326.96º 0.28% 0.52% -
HSV(B) 326.96º 0.42% 0.65% -
XYZ 24.37 18.41 25.19 -
YUV 121.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 166 97 135 0 0.42 0.19 0.35 326.96 0.28 0.52
Hex A6 61 87 0 2A 13 23 147 1C 34
Octal 246 141 207 0 52 23 43 507 34 64
Binary 10100110 1100001 10000111 0 101010 10011 100011 101000111 11100 110100

Color Harmonies of #A66187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66187

Black with #A66187

Text Example


Text Example

White with #A66187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66187; }

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

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

background-color css

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

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

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

border-color css

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

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

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