Html Css Color HEX #A76185 Strikemaster

📋 copy color: '#A76185'

red 167 ◦ green 97 ◦ blue 133

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

Shades of Strikemaster #A76185

Tints of Strikemaster #A76185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 42.07%
G = 24.43%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A76185 (or 0xA76185) is known color: Strikemaster. HEX triplet: A7, 61 and 85. RGB value is (167,97,133). Sum of RGB (Red+Green+Blue) = 167+97+133=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A76185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76185 is #589E7A. Grayscale: #797979. Windows color (decimal): -5807739 or 8741287. OLE color: 8741287.

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

Color convert

RGB 167 97 133 -
CMYK 0 0.42 0.20 0.35
HSL 329.14º 0.28% 0.52% -
HSV(B) 329.14º 0.42% 0.65% -
XYZ 24.44 18.46 24.46 -
YUV 122.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 167 97 133 0 0.42 0.20 0.35 329.14 0.28 0.52
Hex A7 61 85 0 2A 14 23 149 1C 34
Octal 247 141 205 0 52 24 43 511 34 64
Binary 10100111 1100001 10000101 0 101010 10100 100011 101001001 11100 110100

Color Harmonies of #A76185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76185

Black with #A76185

Text Example


Text Example

White with #A76185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76185; }

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

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

background-color css

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

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

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

border-color css

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

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

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