Html Css Color HEX #A76080 Strikemaster

📋 copy color: '#A76080'

red 167 ◦ green 96 ◦ blue 128

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

Shades of Strikemaster #A76080

Tints of Strikemaster #A76080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 42.71%
G = 24.55%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A76080 (or 0xA76080) is known color: Strikemaster. HEX triplet: A7, 60 and 80. RGB value is (167,96,128). Sum of RGB (Red+Green+Blue) = 167+96+128=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A76080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76080 is #589F7F. Grayscale: #787878. Windows color (decimal): -5808000 or 8413351. OLE color: 8413351.

HSL color Cylindrical-coordinate representation of color #A76080: hue angle of 332.96º 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 #A76080 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 96 128 -
CMYK 0 0.43 0.23 0.35
HSL 332.96º 0.29% 0.52% -
HSV(B) 332.96º 0.43% 0.65% -
XYZ 24.02 18.14 22.66 -
YUV 120.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 167 96 128 0 0.43 0.23 0.35 332.96 0.29 0.52
Hex A7 60 80 0 2B 17 23 14D 1D 34
Octal 247 140 200 0 53 27 43 515 35 64
Binary 10100111 1100000 10000000 0 101011 10111 100011 101001101 11101 110100

Color Harmonies of #A76080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76080

Black with #A76080

Text Example


Text Example

White with #A76080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76080; }

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

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

background-color css

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

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

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

border-color css

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

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

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