Html Css Color HEX #A76484 Strikemaster

📋 copy color: '#A76484'

red 167 ◦ green 100 ◦ blue 132

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

Shades of Strikemaster #A76484

Tints of Strikemaster #A76484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.06%

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 41.85%
G = 25.06%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A76484 (or 0xA76484) is known color: Strikemaster. HEX triplet: A7, 64 and 84. RGB value is (167,100,132). Sum of RGB (Red+Green+Blue) = 167+100+132=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A76484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76484 is #589B7B. Grayscale: #7B7B7B. Windows color (decimal): -5806972 or 8676519. OLE color: 8676519.

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

Color convert

RGB 167 100 132 -
CMYK 0 0.40 0.21 0.35
HSL 331.34º 0.28% 0.52% -
HSV(B) 331.34º 0.4% 0.65% -
XYZ 24.66 19 24.2 -
YUV 123.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 167 100 132 0 0.40 0.21 0.35 331.34 0.28 0.52
Hex A7 64 84 0 28 15 23 14B 1C 34
Octal 247 144 204 0 50 25 43 513 34 64
Binary 10100111 1100100 10000100 0 101000 10101 100011 101001011 11100 110100

Color Harmonies of #A76484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76484

Black with #A76484

Text Example


Text Example

White with #A76484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76484; }

 p { color: rgb(167,100,132); }

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

background-color css

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

 a { background-color: rgb(167,100,132); }

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

border-color css

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

 span { border-color: rgb(167,100,132); }

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