Html Css Color HEX #A36080 Strikemaster

📋 copy color: '#A36080'

red 163 ◦ green 96 ◦ blue 128

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

Shades of Strikemaster #A36080

Tints of Strikemaster #A36080

RGB

 RED value IS 163 (64.06% from 255) = 42.12%

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 42.12%
G = 24.81%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A36080 (or 0xA36080) is known color: Strikemaster. HEX triplet: A3, 60 and 80. RGB value is (163,96,128). Sum of RGB (Red+Green+Blue) = 163+96+128=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A36080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36080 is #5C9F7F. Grayscale: #777777. Windows color (decimal): -6070144 or 8413347. OLE color: 8413347.

HSL color Cylindrical-coordinate representation of color #A36080: hue angle of 331.34º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A36080 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 96 128 -
CMYK 0 0.41 0.21 0.36
HSL 331.34º 0.27% 0.51% -
HSV(B) 331.34º 0.41% 0.64% -
XYZ 23.18 17.71 22.62 -
YUV 119.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 163 96 128 0 0.41 0.21 0.36 331.34 0.27 0.51
Hex A3 60 80 0 29 15 24 14B 1B 33
Octal 243 140 200 0 51 25 44 513 33 63
Binary 10100011 1100000 10000000 0 101001 10101 100100 101001011 11011 110011

Color Harmonies of #A36080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36080

Black with #A36080

Text Example


Text Example

White with #A36080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36080; }

 p { color: rgb(163,96,128); }

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

background-color css

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

 a { background-color: rgb(163,96,128); }

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

border-color css

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

 span { border-color: rgb(163,96,128); }

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