Html Css Color HEX #A76485 Strikemaster

📋 copy color: '#A76485'

red 167 ◦ green 100 ◦ blue 133

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

Shades of Strikemaster #A76485

Tints of Strikemaster #A76485

RGB

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

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

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

R = 41.75%
G = 25%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A76485 (or 0xA76485) is known color: Strikemaster. HEX triplet: A7, 64 and 85. RGB value is (167,100,133). Sum of RGB (Red+Green+Blue) = 167+100+133=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A76485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76485 is #589B7A. Grayscale: #7B7B7B. Windows color (decimal): -5806971 or 8742055. OLE color: 8742055.

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

Color convert

RGB 167 100 133 -
CMYK 0 0.40 0.20 0.35
HSL 330.45º 0.28% 0.52% -
HSV(B) 330.45º 0.4% 0.65% -
XYZ 24.73 19.02 24.56 -
YUV 123.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 167 100 133 0 0.40 0.20 0.35 330.45 0.28 0.52
Hex A7 64 85 0 28 14 23 14A 1C 34
Octal 247 144 205 0 50 24 43 512 34 64
Binary 10100111 1100100 10000101 0 101000 10100 100011 101001010 11100 110100

Color Harmonies of #A76485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76485

Black with #A76485

Text Example


Text Example

White with #A76485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76485; }

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

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

background-color css

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

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

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

border-color css

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

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

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