Html Css Color HEX #A16984 Strikemaster

📋 copy color: '#A16984'

red 161 ◦ green 105 ◦ blue 132

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

Shades of Strikemaster #A16984

Tints of Strikemaster #A16984

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.38%

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 40.45%
G = 26.38%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A16984 (or 0xA16984) is known color: Strikemaster. HEX triplet: A1, 69 and 84. RGB value is (161,105,132). Sum of RGB (Red+Green+Blue) = 161+105+132=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A16984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16984 is #5E967B. Grayscale: #7C7C7C. Windows color (decimal): -6198908 or 8677793. OLE color: 8677793.

HSL color Cylindrical-coordinate representation of color #A16984: hue angle of 331.07º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16984 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 105 132 -
CMYK 0 0.35 0.18 0.37
HSL 331.07º 0.23% 0.52% -
HSV(B) 331.07º 0.35% 0.63% -
XYZ 23.91 19.35 24.3 -
YUV 124.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 161 105 132 0 0.35 0.18 0.37 331.07 0.23 0.52
Hex A1 69 84 0 23 12 25 14B 17 34
Octal 241 151 204 0 43 22 45 513 27 64
Binary 10100001 1101001 10000100 0 100011 10010 100101 101001011 10111 110100

Color Harmonies of #A16984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16984

Black with #A16984

Text Example


Text Example

White with #A16984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16984; }

 p { color: rgb(161,105,132); }

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

background-color css

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

 a { background-color: rgb(161,105,132); }

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

border-color css

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

 span { border-color: rgb(161,105,132); }

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