Html Css Color HEX #A76187 Strikemaster

📋 copy color: '#A76187'

red 167 ◦ green 97 ◦ blue 135

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

Shades of Strikemaster #A76187

Tints of Strikemaster #A76187

RGB

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

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

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

R = 41.85%
G = 24.31%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A76187 (or 0xA76187) is known color: Strikemaster. HEX triplet: A7, 61 and 87. RGB value is (167,97,135). Sum of RGB (Red+Green+Blue) = 167+97+135=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A76187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76187 is #589E78. Grayscale: #7A7A7A. Windows color (decimal): -5807737 or 8872359. OLE color: 8872359.

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

Color convert

RGB 167 97 135 -
CMYK 0 0.42 0.19 0.35
HSL 327.43º 0.28% 0.52% -
HSV(B) 327.43º 0.42% 0.65% -
XYZ 24.58 18.51 25.2 -
YUV 122.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 167 97 135 0 0.42 0.19 0.35 327.43 0.28 0.52
Hex A7 61 87 0 2A 13 23 147 1C 34
Octal 247 141 207 0 52 23 43 507 34 64
Binary 10100111 1100001 10000111 0 101010 10011 100011 101000111 11100 110100

Color Harmonies of #A76187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76187

Black with #A76187

Text Example


Text Example

White with #A76187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76187; }

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

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

background-color css

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

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

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

border-color css

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

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

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