Html Css Color HEX #A76483 Strikemaster

📋 copy color: '#A76483'

red 167 ◦ green 100 ◦ blue 131

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

Shades of Strikemaster #A76483

Tints of Strikemaster #A76483

RGB

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

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

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

R = 41.96%
G = 25.13%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A76483 (or 0xA76483) is known color: Strikemaster. HEX triplet: A7, 64 and 83. RGB value is (167,100,131). Sum of RGB (Red+Green+Blue) = 167+100+131=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A76483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76483 is #589B7C. Grayscale: #7B7B7B. Windows color (decimal): -5806973 or 8610983. OLE color: 8610983.

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

Color convert

RGB 167 100 131 -
CMYK 0 0.40 0.22 0.35
HSL 332.24º 0.28% 0.52% -
HSV(B) 332.24º 0.4% 0.65% -
XYZ 24.59 18.97 23.84 -
YUV 123.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 167 100 131 0 0.40 0.22 0.35 332.24 0.28 0.52
Hex A7 64 83 0 28 16 23 14C 1C 34
Octal 247 144 203 0 50 26 43 514 34 64
Binary 10100111 1100100 10000011 0 101000 10110 100011 101001100 11100 110100

Color Harmonies of #A76483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76483

Black with #A76483

Text Example


Text Example

White with #A76483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76483; }

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

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

background-color css

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

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

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

border-color css

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

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

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