Html Css Color HEX #A76180 Strikemaster

📋 copy color: '#A76180'

red 167 ◦ green 97 ◦ blue 128

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

Shades of Strikemaster #A76180

Tints of Strikemaster #A76180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 42.6%
G = 24.74%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A76180 (or 0xA76180) is known color: Strikemaster. HEX triplet: A7, 61 and 80. RGB value is (167,97,128). Sum of RGB (Red+Green+Blue) = 167+97+128=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A76180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76180 is #589E7F. Grayscale: #797979. Windows color (decimal): -5807744 or 8413607. OLE color: 8413607.

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

Color convert

RGB 167 97 128 -
CMYK 0 0.42 0.23 0.35
HSL 333.43º 0.28% 0.52% -
HSV(B) 333.43º 0.42% 0.65% -
XYZ 24.11 18.32 22.69 -
YUV 121.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 167 97 128 0 0.42 0.23 0.35 333.43 0.28 0.52
Hex A7 61 80 0 2A 17 23 14D 1C 34
Octal 247 141 200 0 52 27 43 515 34 64
Binary 10100111 1100001 10000000 0 101010 10111 100011 101001101 11100 110100

Color Harmonies of #A76180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76180

Black with #A76180

Text Example


Text Example

White with #A76180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76180; }

 p { color: rgb(167,97,128); }

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

background-color css

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

 a { background-color: rgb(167,97,128); }

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

border-color css

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

 span { border-color: rgb(167,97,128); }

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