Html Css Color HEX #A76086 Strikemaster

📋 copy color: '#A76086'

red 167 ◦ green 96 ◦ blue 134

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

Shades of Strikemaster #A76086

Tints of Strikemaster #A76086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

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

R = 42.07%
G = 24.18%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A76086 (or 0xA76086) is known color: Strikemaster. HEX triplet: A7, 60 and 86. RGB value is (167,96,134). Sum of RGB (Red+Green+Blue) = 167+96+134=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A76086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76086 is #589F79. Grayscale: #797979. Windows color (decimal): -5807994 or 8806567. OLE color: 8806567.

HSL color Cylindrical-coordinate representation of color #A76086: hue angle of 327.89º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76086 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 96 134 -
CMYK 0 0.43 0.20 0.35
HSL 327.89º 0.29% 0.52% -
HSV(B) 327.89º 0.43% 0.65% -
XYZ 24.42 18.3 24.8 -
YUV 121.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 167 96 134 0 0.43 0.20 0.35 327.89 0.29 0.52
Hex A7 60 86 0 2B 14 23 148 1D 34
Octal 247 140 206 0 53 24 43 510 35 64
Binary 10100111 1100000 10000110 0 101011 10100 100011 101001000 11101 110100

Color Harmonies of #A76086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76086

Black with #A76086

Text Example


Text Example

White with #A76086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76086; }

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

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

background-color css

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

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

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

border-color css

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

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

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