Html Css Color HEX #A76A8A Strikemaster

📋 copy color: '#A76A8A'

red 167 ◦ green 106 ◦ blue 138

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

Shades of Strikemaster #A76A8A

Tints of Strikemaster #A76A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.79%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 40.63%
G = 25.79%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A76A8A (or 0xA76A8A) is known color: Strikemaster. HEX triplet: A7, 6A and 8A. RGB value is (167,106,138). Sum of RGB (Red+Green+Blue) = 167+106+138=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76A8A is #589575. Grayscale: #7F7F7F. Windows color (decimal): -5805430 or 9071271. OLE color: 9071271.

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

Color convert

RGB 167 106 138 -
CMYK 0 0.37 0.17 0.35
HSL 328.52º 0.26% 0.54% -
HSV(B) 328.52º 0.37% 0.65% -
XYZ 25.68 20.36 26.62 -
YUV 127.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 167 106 138 0 0.37 0.17 0.35 328.52 0.26 0.54
Hex A7 6A 8A 0 25 11 23 149 1A 36
Octal 247 152 212 0 45 21 43 511 32 66
Binary 10100111 1101010 10001010 0 100101 10001 100011 101001001 11010 110110

Color Harmonies of #A76A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76A8A

Black with #A76A8A

Text Example


Text Example

White with #A76A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76A8A; }

 p { color: rgb(167,106,138); }

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

background-color css

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

 a { background-color: rgb(167,106,138); }

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

border-color css

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

 span { border-color: rgb(167,106,138); }

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