Html Css Color HEX #A05D85 Strikemaster

📋 copy color: '#A05D85'

red 160 ◦ green 93 ◦ blue 133

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

Shades of Strikemaster #A05D85

Tints of Strikemaster #A05D85

RGB

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

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

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

R = 41.45%
G = 24.09%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A05D85 (or 0xA05D85) is known color: Strikemaster. HEX triplet: A0, 5D and 85. RGB value is (160,93,133). Sum of RGB (Red+Green+Blue) = 160+93+133=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05D85 is #5FA27A. Grayscale: #757575. Windows color (decimal): -6267515 or 8740256. OLE color: 8740256.

HSL color Cylindrical-coordinate representation of color #A05D85: hue angle of 324.18º 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 #A05D85 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 93 133 -
CMYK 0 0.42 0.17 0.37
HSL 324.18º 0.26% 0.5% -
HSV(B) 324.18º 0.42% 0.63% -
XYZ 22.65 17 24.28 -
YUV 117.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 160 93 133 0 0.42 0.17 0.37 324.18 0.26 0.5
Hex A0 5D 85 0 2A 11 25 144 1A 32
Octal 240 135 205 0 52 21 45 504 32 62
Binary 10100000 1011101 10000101 0 101010 10001 100101 101000100 11010 110010

Color Harmonies of #A05D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05D85

Black with #A05D85

Text Example


Text Example

White with #A05D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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