Html Css Color HEX #A76987 Strikemaster

📋 copy color: '#A76987'

red 167 ◦ green 105 ◦ blue 135

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

Shades of Strikemaster #A76987

Tints of Strikemaster #A76987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

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

R = 41.03%
G = 25.8%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A76987 (or 0xA76987) is known color: Strikemaster. HEX triplet: A7, 69 and 87. RGB value is (167,105,135). Sum of RGB (Red+Green+Blue) = 167+105+135=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A76987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76987 is #589678. Grayscale: #7E7E7E. Windows color (decimal): -5805689 or 8874407. OLE color: 8874407.

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

Color convert

RGB 167 105 135 -
CMYK 0 0.37 0.19 0.35
HSL 330.97º 0.26% 0.53% -
HSV(B) 330.97º 0.37% 0.65% -
XYZ 25.36 20.07 25.46 -
YUV 126.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 167 105 135 0 0.37 0.19 0.35 330.97 0.26 0.53
Hex A7 69 87 0 25 13 23 14B 1A 35
Octal 247 151 207 0 45 23 43 513 32 65
Binary 10100111 1101001 10000111 0 100101 10011 100011 101001011 11010 110101

Color Harmonies of #A76987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76987

Black with #A76987

Text Example


Text Example

White with #A76987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76987; }

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

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

background-color css

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

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

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

border-color css

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

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

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