Html Css Color HEX #A76384 Strikemaster

📋 copy color: '#A76384'

red 167 ◦ green 99 ◦ blue 132

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

Shades of Strikemaster #A76384

Tints of Strikemaster #A76384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.87%

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

R = 41.96%
G = 24.87%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A76384 (or 0xA76384) is known color: Strikemaster. HEX triplet: A7, 63 and 84. RGB value is (167,99,132). Sum of RGB (Red+Green+Blue) = 167+99+132=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A76384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76384 is #589C7B. Grayscale: #7B7B7B. Windows color (decimal): -5807228 or 8676263. OLE color: 8676263.

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

Color convert

RGB 167 99 132 -
CMYK 0 0.41 0.21 0.35
HSL 330.88º 0.28% 0.52% -
HSV(B) 330.88º 0.41% 0.65% -
XYZ 24.56 18.81 24.16 -
YUV 123.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 167 99 132 0 0.41 0.21 0.35 330.88 0.28 0.52
Hex A7 63 84 0 29 15 23 14B 1C 34
Octal 247 143 204 0 51 25 43 513 34 64
Binary 10100111 1100011 10000100 0 101001 10101 100011 101001011 11100 110100

Color Harmonies of #A76384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76384

Black with #A76384

Text Example


Text Example

White with #A76384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76384; }

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

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

background-color css

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

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

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

border-color css

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

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

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