Html Css Color HEX #A05D79 Strikemaster

📋 copy color: '#A05D79'

red 160 ◦ green 93 ◦ blue 121

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

Shades of Strikemaster #A05D79

Tints of Strikemaster #A05D79

RGB

 RED value IS 160 (62.89% from 255) = 42.78%

 GREEN value IS 93 (36.72% from 255) = 24.87%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 42.78%
G = 24.87%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A05D79 (or 0xA05D79) is known color: Strikemaster. HEX triplet: A0, 5D and 79. RGB value is (160,93,121). Sum of RGB (Red+Green+Blue) = 160+93+121=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D79 is #5FA286. Grayscale: #747474. Windows color (decimal): -6267527 or 7953824. OLE color: 7953824.

HSL color Cylindrical-coordinate representation of color #A05D79: hue angle of 334.93º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A05D79 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 93 121 -
CMYK 0 0.42 0.24 0.37
HSL 334.93º 0.26% 0.5% -
HSV(B) 334.93º 0.42% 0.63% -
XYZ 21.86 16.68 20.16 -
YUV 116.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 160 93 121 0 0.42 0.24 0.37 334.93 0.26 0.5
Hex A0 5D 79 0 2A 18 25 14F 1A 32
Octal 240 135 171 0 52 30 45 517 32 62
Binary 10100000 1011101 1111001 0 101010 11000 100101 101001111 11010 110010

Color Harmonies of #A05D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05D79

Black with #A05D79

Text Example


Text Example

White with #A05D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05D79; }

 p { color: rgb(160,93,121); }

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

background-color css

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

 a { background-color: rgb(160,93,121); }

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

border-color css

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

 span { border-color: rgb(160,93,121); }

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