Html Css Color HEX #A66787 Strikemaster

📋 copy color: '#A66787'

red 166 ◦ green 103 ◦ blue 135

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

Shades of Strikemaster #A66787

Tints of Strikemaster #A66787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.5%

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

R = 41.09%
G = 25.5%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A66787 (or 0xA66787) is known color: Strikemaster. HEX triplet: A6, 67 and 87. RGB value is (166,103,135). Sum of RGB (Red+Green+Blue) = 166+103+135=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A66787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66787 is #599878. Grayscale: #7D7D7D. Windows color (decimal): -5871737 or 8873894. OLE color: 8873894.

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

Color convert

RGB 166 103 135 -
CMYK 0 0.38 0.19 0.35
HSL 329.52º 0.26% 0.53% -
HSV(B) 329.52º 0.38% 0.65% -
XYZ 24.95 19.56 25.38 -
YUV 125.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 166 103 135 0 0.38 0.19 0.35 329.52 0.26 0.53
Hex A6 67 87 0 26 13 23 14A 1A 35
Octal 246 147 207 0 46 23 43 512 32 65
Binary 10100110 1100111 10000111 0 100110 10011 100011 101001010 11010 110101

Color Harmonies of #A66787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66787

Black with #A66787

Text Example


Text Example

White with #A66787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66787; }

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

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

background-color css

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

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

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

border-color css

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

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

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