Html Css Color HEX #A76383 Strikemaster

📋 copy color: '#A76383'

red 167 ◦ green 99 ◦ blue 131

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

Shades of Strikemaster #A76383

Tints of Strikemaster #A76383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33%

R = 42.07%
G = 24.94%
B = 33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A76383 (or 0xA76383) is known color: Strikemaster. HEX triplet: A7, 63 and 83. RGB value is (167,99,131). Sum of RGB (Red+Green+Blue) = 167+99+131=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A76383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76383 is #589C7C. Grayscale: #7A7A7A. Windows color (decimal): -5807229 or 8610727. OLE color: 8610727.

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

Color convert

RGB 167 99 131 -
CMYK 0 0.41 0.22 0.35
HSL 331.76º 0.28% 0.52% -
HSV(B) 331.76º 0.41% 0.65% -
XYZ 24.49 18.78 23.81 -
YUV 122.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 167 99 131 0 0.41 0.22 0.35 331.76 0.28 0.52
Hex A7 63 83 0 29 16 23 14C 1C 34
Octal 247 143 203 0 51 26 43 514 34 64
Binary 10100111 1100011 10000011 0 101001 10110 100011 101001100 11100 110100

Color Harmonies of #A76383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76383

Black with #A76383

Text Example


Text Example

White with #A76383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76383; }

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

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

background-color css

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

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

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

border-color css

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

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

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