Html Css Color HEX #A76282 Strikemaster

📋 copy color: '#A76282'

red 167 ◦ green 98 ◦ blue 130

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

Shades of Strikemaster #A76282

Tints of Strikemaster #A76282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.91%

R = 42.28%
G = 24.81%
B = 32.91%

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

#A76282 (or 0xA76282) is known color: Strikemaster. HEX triplet: A7, 62 and 82. RGB value is (167,98,130). Sum of RGB (Red+Green+Blue) = 167+98+130=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A76282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76282 is #589D7D. Grayscale: #7A7A7A. Windows color (decimal): -5807486 or 8544935. OLE color: 8544935.

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

Color convert

RGB 167 98 130 -
CMYK 0 0.41 0.22 0.35
HSL 332.17º 0.28% 0.52% -
HSV(B) 332.17º 0.41% 0.65% -
XYZ 24.33 18.56 23.42 -
YUV 122.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 167 98 130 0 0.41 0.22 0.35 332.17 0.28 0.52
Hex A7 62 82 0 29 16 23 14C 1C 34
Octal 247 142 202 0 51 26 43 514 34 64
Binary 10100111 1100010 10000010 0 101001 10110 100011 101001100 11100 110100

Color Harmonies of #A76282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76282

Black with #A76282

Text Example


Text Example

White with #A76282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76282; }

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

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

background-color css

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

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

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

border-color css

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

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

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