Html Css Color HEX #A76091 Strikemaster

📋 copy color: '#A76091'

red 167 ◦ green 96 ◦ blue 145

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

Shades of Strikemaster #A76091

Tints of Strikemaster #A76091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.54%

R = 40.93%
G = 23.53%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A76091 (or 0xA76091) is known color: Strikemaster. HEX triplet: A7, 60 and 91. RGB value is (167,96,145). Sum of RGB (Red+Green+Blue) = 167+96+145=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A76091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76091 is #589F6E. Grayscale: #7A7A7A. Windows color (decimal): -5807983 or 9527463. OLE color: 9527463.

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

Color convert

RGB 167 96 145 -
CMYK 0 0.43 0.13 0.35
HSL 318.59º 0.29% 0.52% -
HSV(B) 318.59º 0.43% 0.65% -
XYZ 25.23 18.63 29.05 -
YUV 122.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 167 96 145 0 0.43 0.13 0.35 318.59 0.29 0.52
Hex A7 60 91 0 2B D 23 13F 1D 34
Octal 247 140 221 0 53 15 43 477 35 64
Binary 10100111 1100000 10010001 0 101011 1101 100011 100111111 11101 110100

Color Harmonies of #A76091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76091

Black with #A76091

Text Example


Text Example

White with #A76091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76091; }

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

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

background-color css

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

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

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

border-color css

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

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

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