Html Css Color HEX #A66687 Strikemaster

📋 copy color: '#A66687'

red 166 ◦ green 102 ◦ blue 135

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

Shades of Strikemaster #A66687

Tints of Strikemaster #A66687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

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

R = 41.19%
G = 25.31%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A66687 (or 0xA66687) is known color: Strikemaster. HEX triplet: A6, 66 and 87. RGB value is (166,102,135). Sum of RGB (Red+Green+Blue) = 166+102+135=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A66687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66687 is #599978. Grayscale: #7C7C7C. Windows color (decimal): -5871993 or 8873638. OLE color: 8873638.

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

Color convert

RGB 166 102 135 -
CMYK 0 0.39 0.19 0.35
HSL 329.06º 0.26% 0.53% -
HSV(B) 329.06º 0.39% 0.65% -
XYZ 24.85 19.36 25.35 -
YUV 124.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 166 102 135 0 0.39 0.19 0.35 329.06 0.26 0.53
Hex A6 66 87 0 27 13 23 149 1A 35
Octal 246 146 207 0 47 23 43 511 32 65
Binary 10100110 1100110 10000111 0 100111 10011 100011 101001001 11010 110101

Color Harmonies of #A66687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66687

Black with #A66687

Text Example


Text Example

White with #A66687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66687; }

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

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

background-color css

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

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

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

border-color css

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

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

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