Html Css Color HEX #A76291 Strikemaster

📋 copy color: '#A76291'

red 167 ◦ green 98 ◦ blue 145

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

Shades of Strikemaster #A76291

Tints of Strikemaster #A76291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

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

R = 40.73%
G = 23.9%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A76291 (or 0xA76291) is known color: Strikemaster. HEX triplet: A7, 62 and 91. RGB value is (167,98,145). Sum of RGB (Red+Green+Blue) = 167+98+145=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A76291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76291 is #589D6E. Grayscale: #7B7B7B. Windows color (decimal): -5807471 or 9527975. OLE color: 9527975.

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

Color convert

RGB 167 98 145 -
CMYK 0 0.41 0.13 0.35
HSL 319.13º 0.28% 0.52% -
HSV(B) 319.13º 0.41% 0.65% -
XYZ 25.41 19 29.11 -
YUV 123.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 167 98 145 0 0.41 0.13 0.35 319.13 0.28 0.52
Hex A7 62 91 0 29 D 23 13F 1C 34
Octal 247 142 221 0 51 15 43 477 34 64
Binary 10100111 1100010 10010001 0 101001 1101 100011 100111111 11100 110100

Color Harmonies of #A76291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76291

Black with #A76291

Text Example


Text Example

White with #A76291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76291; }

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

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

background-color css

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

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

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

border-color css

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

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

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