Html Css Color HEX #A16385 Strikemaster

📋 copy color: '#A16385'

red 161 ◦ green 99 ◦ blue 133

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

Shades of Strikemaster #A16385

Tints of Strikemaster #A16385

RGB

 RED value IS 161 (63.28% from 255) = 40.97%

 GREEN value IS 99 (39.06% from 255) = 25.19%

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

R = 40.97%
G = 25.19%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A16385 (or 0xA16385) is known color: Strikemaster. HEX triplet: A1, 63 and 85. RGB value is (161,99,133). Sum of RGB (Red+Green+Blue) = 161+99+133=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A16385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16385 is #5E9C7A. Grayscale: #797979. Windows color (decimal): -6200443 or 8741793. OLE color: 8741793.

HSL color Cylindrical-coordinate representation of color #A16385: hue angle of 327.1º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16385 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 99 133 -
CMYK 0 0.39 0.17 0.37
HSL 327.1º 0.25% 0.51% -
HSV(B) 327.1º 0.39% 0.63% -
XYZ 23.39 18.19 24.47 -
YUV 121.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 161 99 133 0 0.39 0.17 0.37 327.1 0.25 0.51
Hex A1 63 85 0 27 11 25 147 19 33
Octal 241 143 205 0 47 21 45 507 31 63
Binary 10100001 1100011 10000101 0 100111 10001 100101 101000111 11001 110011

Color Harmonies of #A16385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16385

Black with #A16385

Text Example


Text Example

White with #A16385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16385; }

 p { color: rgb(161,99,133); }

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

background-color css

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

 a { background-color: rgb(161,99,133); }

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

border-color css

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

 span { border-color: rgb(161,99,133); }

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