Html Css Color HEX #A76285 Strikemaster

📋 copy color: '#A76285'

red 167 ◦ green 98 ◦ blue 133

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

Shades of Strikemaster #A76285

Tints of Strikemaster #A76285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 41.96%
G = 24.62%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A76285 (or 0xA76285) is known color: Strikemaster. HEX triplet: A7, 62 and 85. RGB value is (167,98,133). Sum of RGB (Red+Green+Blue) = 167+98+133=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A76285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76285 is #589D7A. Grayscale: #7A7A7A. Windows color (decimal): -5807483 or 8741543. OLE color: 8741543.

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

Color convert

RGB 167 98 133 -
CMYK 0 0.41 0.20 0.35
HSL 329.57º 0.28% 0.52% -
HSV(B) 329.57º 0.41% 0.65% -
XYZ 24.54 18.64 24.5 -
YUV 122.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 167 98 133 0 0.41 0.20 0.35 329.57 0.28 0.52
Hex A7 62 85 0 29 14 23 14A 1C 34
Octal 247 142 205 0 51 24 43 512 34 64
Binary 10100111 1100010 10000101 0 101001 10100 100011 101001010 11100 110100

Color Harmonies of #A76285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76285

Black with #A76285

Text Example


Text Example

White with #A76285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76285; }

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

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

background-color css

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

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

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

border-color css

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

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

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