Html Css Color HEX #A76686 Strikemaster

📋 copy color: '#A76686'

red 167 ◦ green 102 ◦ blue 134

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

Shades of Strikemaster #A76686

Tints of Strikemaster #A76686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

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

R = 41.44%
G = 25.31%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A76686 (or 0xA76686) is known color: Strikemaster. HEX triplet: A7, 66 and 86. RGB value is (167,102,134). Sum of RGB (Red+Green+Blue) = 167+102+134=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A76686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76686 is #589979. Grayscale: #7D7D7D. Windows color (decimal): -5806458 or 8808103. OLE color: 8808103.

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

Color convert

RGB 167 102 134 -
CMYK 0 0.39 0.20 0.35
HSL 330.46º 0.27% 0.53% -
HSV(B) 330.46º 0.39% 0.65% -
XYZ 24.99 19.44 24.99 -
YUV 125.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 167 102 134 0 0.39 0.20 0.35 330.46 0.27 0.53
Hex A7 66 86 0 27 14 23 14A 1B 35
Octal 247 146 206 0 47 24 43 512 33 65
Binary 10100111 1100110 10000110 0 100111 10100 100011 101001010 11011 110101

Color Harmonies of #A76686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76686

Black with #A76686

Text Example


Text Example

White with #A76686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76686; }

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

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

background-color css

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

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

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

border-color css

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

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

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