Html Css Color HEX #A16290 Strikemaster

📋 copy color: '#A16290'

red 161 ◦ green 98 ◦ blue 144

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

Shades of Strikemaster #A16290

Tints of Strikemaster #A16290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.32%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 39.95%
G = 24.32%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A16290 (or 0xA16290) is known color: Strikemaster. HEX triplet: A1, 62 and 90. RGB value is (161,98,144). Sum of RGB (Red+Green+Blue) = 161+98+144=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A16290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16290 is #5E9D6F. Grayscale: #797979. Windows color (decimal): -6200688 or 9462433. OLE color: 9462433.

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

Color convert

RGB 161 98 144 -
CMYK 0 0.39 0.11 0.37
HSL 316.19º 0.25% 0.51% -
HSV(B) 316.19º 0.39% 0.63% -
XYZ 24.1 18.33 28.65 -
YUV 122.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 161 98 144 0 0.39 0.11 0.37 316.19 0.25 0.51
Hex A1 62 90 0 27 B 25 13C 19 33
Octal 241 142 220 0 47 13 45 474 31 63
Binary 10100001 1100010 10010000 0 100111 1011 100101 100111100 11001 110011

Color Harmonies of #A16290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16290

Black with #A16290

Text Example


Text Example

White with #A16290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16290; }

 p { color: rgb(161,98,144); }

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

background-color css

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

 a { background-color: rgb(161,98,144); }

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

border-color css

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

 span { border-color: rgb(161,98,144); }

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