Html Css Color HEX #A76786 Strikemaster

📋 copy color: '#A76786'

red 167 ◦ green 103 ◦ blue 134

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

Shades of Strikemaster #A76786

Tints of Strikemaster #A76786

RGB

 RED value IS 167 (65.63% from 255) = 41.34%

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

 BLUE value IS 134 (52.73% from 255) = 33.17%

R = 41.34%
G = 25.5%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A76786 (or 0xA76786) is known color: Strikemaster. HEX triplet: A7, 67 and 86. RGB value is (167,103,134). Sum of RGB (Red+Green+Blue) = 167+103+134=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A76786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76786 is #589879. Grayscale: #7D7D7D. Windows color (decimal): -5806202 or 8808359. OLE color: 8808359.

HSL color Cylindrical-coordinate representation of color #A76786: hue angle of 330.94º degrees, saturation: 0.27, 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 #A76786 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 103 134 -
CMYK 0 0.38 0.20 0.35
HSL 330.94º 0.27% 0.53% -
HSV(B) 330.94º 0.38% 0.65% -
XYZ 25.09 19.64 25.02 -
YUV 125.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 167 103 134 0 0.38 0.20 0.35 330.94 0.27 0.53
Hex A7 67 86 0 26 14 23 14B 1B 35
Octal 247 147 206 0 46 24 43 513 33 65
Binary 10100111 1100111 10000110 0 100110 10100 100011 101001011 11011 110101

Color Harmonies of #A76786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76786

Black with #A76786

Text Example


Text Example

White with #A76786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76786; }

 p { color: rgb(167,103,134); }

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

background-color css

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

 a { background-color: rgb(167,103,134); }

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

border-color css

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

 span { border-color: rgb(167,103,134); }

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